Skip to content

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

Type Alias: ContentScriptUiOptions<TMounted>

ContentScriptUiOptions<TMounted> = ContentScriptPositioningOptions & ContentScriptAnchoredOptions & object

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

Type Declaration

onRemove?

optional onRemove?: (mounted) => void

Callback called before the UI is removed from the webpage. Use to cleanup your UI, like unmounting your Vue or React apps.

Note that this callback is called only when ui.remove is called - that means it is not called automatically when the anchor is removed, unless you use autoMount.

Parameters

mounted

TMounted | undefined

Returns

void

Type Parameters

TMounted

TMounted


Generated using typedoc-plugin-markdown and TypeDoc