Skip to content

API / wxt/utils/content-script-ui/integrated / IntegratedContentScriptUi

Interface: IntegratedContentScriptUi<TMounted>

Source: packages/wxt/src/utils/content-script-ui/integrated.ts:56

Contents

Extends

Type Parameters

TMounted

TMounted

Properties

autoMount

autoMount: (options?) => void

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

Call ui.autoMount() to automatically mount and remove the UI as the anchor is dynamically added/removed by the webpage.

Parameters

options?

AutoMountOptions

Returns

void

Inherited from

ContentScriptUi.autoMount


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

Inherited from

ContentScriptUi.mount


mounted

mounted: TMounted | undefined

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

Inherited from

ContentScriptUi.mounted


remove

remove: () => void

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

Function that removes the UI from the webpage.

Returns

void

Inherited from

ContentScriptUi.remove


wrapper

wrapper: HTMLElement

Source: packages/wxt/src/utils/content-script-ui/integrated.ts:60

A wrapper div that assists in positioning.


Generated using typedoc-plugin-markdown and TypeDoc