Skip to content

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

Function: createIntegratedUi()

createIntegratedUi<TMounted>(ctx, options): IntegratedContentScriptUi<TMounted>

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

Create a content script UI without any isolation.

Type Parameters

TMounted

TMounted

Parameters

ctx

ContentScriptContext

options

IntegratedContentScriptUiOptions<TMounted>

Integrated UI options. See ContentScriptUiOptions for shared positioning, anchoring, append, and removal options.

Returns

IntegratedContentScriptUi<TMounted>

See

https://wxt.dev/guide/essentials/content-scripts.html#integrated


Generated using typedoc-plugin-markdown and TypeDoc