API > wxt/utils/content-script-ui/types > ContentScriptOverlayPositioningOptions
Interface: ContentScriptOverlayPositioningOptions
Contents
Properties
alignment
alignment?:
ContentScriptOverlayAlignment
When using position: "overlay", the mounted element is 0px by 0px in size. Alignment specifies which corner is aligned with that 0x0 pixel space.
Visualization of alignment options
Default
ts
'top-left'Source
packages/wxt/src/utils/content-script-ui/types.ts:72
position
position:
"overlay"
Source
packages/wxt/src/utils/content-script-ui/types.ts:56
zIndex
zIndex?:
number
The z-index used on the positioning element. Set to a positive number to show your UI over website content.
Source
packages/wxt/src/utils/content-script-ui/types.ts:61
Generated using typedoc-plugin-markdown and TypeDoc