Skip to content

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:109


remove ​

remove: () => void

Function that removes the UI from the webpage.

Source ​

packages/wxt/src/utils/content-script-ui/types.ts:112


Generated using typedoc-plugin-markdown and TypeDoc