BoxOptions
Defined in: components/box.ts:5
Options for box.
Extends
Section titled “Extends”Properties
Section titled “Properties”header?
Section titled “header?”
optionalheader?:Slot
Defined in: components/box.ts:7
Header content, drawn in a styled bar above the body.
footer?
Section titled “footer?”
optionalfooter?:Slot
Defined in: components/box.ts:9
Footer content, drawn in a styled bar below the body.
contentAttrs?
Section titled “contentAttrs?”
optionalcontentAttrs?:string
Defined in: components/box.ts:11
Aberdeen attr/style string applied to the body (content-holding) element.
headerAttrs?
Section titled “headerAttrs?”
optionalheaderAttrs?:string
Defined in: components/box.ts:13
Aberdeen attr/style string applied to the header bar.
footerAttrs?
Section titled “footerAttrs?”
optionalfooterAttrs?:string
Defined in: components/box.ts:15
Aberdeen attr/style string applied to the footer bar.
attrs?
Section titled “attrs?”
optionalattrs?:string
Defined in: core.ts:52
Aberdeen attr/style string applied to the widget’s outermost element.
Inherited from
Section titled “Inherited from”content?
Section titled “content?”
optionalcontent?:Slot
Defined in: core.ts:54
Draws the children of this component. A string is rendered as rich text.