Skip to content

API > wxt/client > BaseMountFunctions

Interface: BaseMountFunctions

Contents

Extended By

Properties

mount

mount: () => void

Function that mounts or remounts the UI on the page.

Source

packages/wxt/src/client/content-scripts/ui/types.ts:213


remove

remove: () => void

Function that removes the UI from the webpage.

Source

packages/wxt/src/client/content-scripts/ui/types.ts:218


Generated using typedoc-plugin-markdown and TypeDoc