Skip to content

BoxOptions

Defined in: components/box.ts:5

Options for box.

optional header?: Slot

Defined in: components/box.ts:7

Header content, drawn in a styled bar above the body.


optional footer?: Slot

Defined in: components/box.ts:9

Footer content, drawn in a styled bar below the body.


optional contentAttrs?: string

Defined in: components/box.ts:11

Aberdeen attr/style string applied to the body (content-holding) element.


optional headerAttrs?: string

Defined in: components/box.ts:13

Aberdeen attr/style string applied to the header bar.


optional footerAttrs?: string

Defined in: components/box.ts:15

Aberdeen attr/style string applied to the footer bar.


optional attrs?: string

Defined in: core.ts:52

Aberdeen attr/style string applied to the widget’s outermost element.

ContentOptions.attrs


optional content?: Slot

Defined in: core.ts:54

Draws the children of this component. A string is rendered as rich text.

ContentOptions.content