Skip to content

API / wxt/utils/content-script-ui/types / BaseMountFunctions

Interface: BaseMountFunctions

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

Contents

Extended by

Properties

mount

mount: () => void

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

Function that mounts or remounts the UI on the page.

Returns

void


remove

remove: () => void

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

Function that removes the UI from the webpage.

Returns

void


Generated using typedoc-plugin-markdown and TypeDoc