Skip to content

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

Interface: ContentScriptInlinePositioningOptions

Inline positioning does not support zIndex or alignment.

Contents

Properties

alignment

alignment?: undefined

Source

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


position

position: "inline"

Choose between "inline", "overlay", or "modal" positioning.

Source

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


zIndex

zIndex?: undefined

Source

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


Generated using typedoc-plugin-markdown and TypeDoc