API > wxt > SidepanelEntrypoint
Interface: SidepanelEntrypoint
Contents
Extends
Properties
inputPath
inputPath:
string
Absolute path to the entrypoint's input file.
Inherited from
Source
packages/wxt/src/types/index.ts:701
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
packages/wxt/src/types/index.ts:697
options
options:
ResolvedPerBrowserOptions<SidepanelEntrypointOptions,"defaultIcon">
Source
packages/wxt/src/types/index.ts:749
outputDir
outputDir:
string
Absolute path to the entrypoint's output directory. Can be wxt.config.outDir or a subdirectory of it.
Inherited from
Source
packages/wxt/src/types/index.ts:706
skipped
skipped:
boolean
Inherited from
Source
packages/wxt/src/types/index.ts:707
type
type:
"sidepanel"
Source
packages/wxt/src/types/index.ts:748
Generated using typedoc-plugin-markdown and TypeDoc