API > wxt/client > AutoMountOptions
Type alias: AutoMountOptions
AutoMountOptions:
object
Type declaration
onStop
onStop?: () =>
void
The callback triggered when StopAutoMount
is called.
once
once?:
boolean
When true, only mount and unmount a UI once.
Source
packages/wxt/src/client/content-scripts/ui/types.ts:228
Generated using typedoc-plugin-markdown and TypeDoc