ContentOptions
Defined in: core.ts:50
Options for components that wrap a single block of caller-provided content,
with an attrs escape hatch on the outermost element.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”attrs?
Section titled “attrs?”
optionalattrs?:string
Defined in: core.ts:52
Aberdeen attr/style string applied to the widget’s outermost element.
content?
Section titled “content?”
optionalcontent?:Slot
Defined in: core.ts:54
Draws the children of this component. A string is rendered as rich text.