Skip to content

API > wxt/utils/content-script-ui/types > ContentScriptModalPositioningOptions

Interface: ContentScriptModalPositioningOptions ​

Contents ​

Properties ​

position ​

position: "modal"

Source ​

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


zIndex ​

zIndex?: number

The z-index used on the shadowHost. Set to a positive number to show your UI over website content.

Source ​

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


Generated using typedoc-plugin-markdown and TypeDoc