Skip to content

API > wxt > PopupEntrypoint

Interface: PopupEntrypoint

Contents

Extends

Properties

inputPath

inputPath: string

Absolute path to the entrypoint's input file.

Inherited from

BaseEntrypoint.inputPath

Source

packages/wxt/src/types/index.ts:682


name

name: string

The entrypoint's name. This is the filename or dirname without the type suffix.

Examples:

  • popup.htmlpopup
  • options/index.htmloptions
  • named.sandbox.htmlnamed
  • named.sandbox/index.htmlnamed
  • sandbox.htmlsandbox
  • sandbox/index.htmlsandbox
  • overlay.content.tsoverlay
  • overlay.content/index.tsoverlay

The name is used when generating an output file: <entrypoint.outputDir>/<entrypoint.name>.<ext>

Inherited from

BaseEntrypoint.name

Source

packages/wxt/src/types/index.ts:678


options

options: ResolvedPerBrowserOptions<PopupEntrypointOptions, "defaultIcon">

Source

packages/wxt/src/types/index.ts:720


outputDir

outputDir: string

Absolute path to the entrypoint's output directory. Can be theInternalConfg.outDir or a subdirectory of it.

Inherited from

BaseEntrypoint.outputDir

Source

packages/wxt/src/types/index.ts:687


skipped

skipped: boolean

Inherited from

BaseEntrypoint.skipped

Source

packages/wxt/src/types/index.ts:688


type

type: "popup"

Source

packages/wxt/src/types/index.ts:719


Generated using typedoc-plugin-markdown and TypeDoc