API > wxt/utils/content-script-ui/types > BaseMountFunctions
Interface: BaseMountFunctions
Contents
Extended By
Properties
mount
mount: () =>
void
Function that mounts or remounts the UI on the page.
Source
packages/wxt/src/utils/content-script-ui/types.ts:102
remove
remove: () =>
void
Function that removes the UI from the webpage.
Source
packages/wxt/src/utils/content-script-ui/types.ts:107
Generated using typedoc-plugin-markdown and TypeDoc