Skip to main content

Type Alias: WidgetOptions

WidgetOptions = object

Initial widget appearance; saved user placement takes precedence.

Properties

frame?

optional frame?: "tile" | "none"

Use tile for host framing or none to render your own frame.


height?

optional height?: number

Initial fixed height in pixels before user resizing.


heightMode?

optional heightMode?: "fixed" | "fill"

Fill the remaining zone height by default; users can choose a fixed size.


minHeight?

optional minHeight?: number

Minimum resize height in pixels.


title?

optional title?: string

Card title; defaults to the registration key or plugin ID.


zone?

optional zone?: string

Preferred first placement zone; absent zones remain pending.