Skip to content

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

Type Alias: ContentScriptAppendMode

ContentScriptAppendMode = "last" | "first" | "replace" | "before" | "after" | ((anchor, ui) => void)

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

Visualization of different append modes


Generated using typedoc-plugin-markdown and TypeDoc