Interface: PopupEntrypoint
Contents
Extends
Properties
inputPath
inputPath:
string
Absolute path to the entrypoint's input file.
Inherited from
Source
name
name:
string
The entrypoint's name. This is the filename or dirname without the type suffix.
Examples:
popup.html→popupoptions/index.html→optionsnamed.sandbox.html→namednamed.sandbox/index.html→namedsandbox.html→sandboxsandbox/index.html→sandboxoverlay.content.ts→overlayoverlay.content/index.ts→overlay
The name is used when generating an output file: <entrypoint.outputDir>/<entrypoint.name>.<ext>
Inherited from
Source
options
options:
object&BaseEntrypointOptions
Type declaration
browserStyle
browserStyle?:
boolean
defaultIcon
defaultIcon?:
Record<string,string>
defaultTitle
defaultTitle?:
string
mv2Key
mv2Key?:
"browser_action"|"page_action"
Defaults to "browser_action" to be equivalent to MV3's "action" key
Overrides
Source
outputDir
outputDir:
string
Absolute path to the entrypoint's output directory. Can be theInternalConfg.outDir or a subdirectory of it.
Inherited from
Source
type
type:
"popup"
Source
Generated using typedoc-plugin-markdown and TypeDoc