Skip to content

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.

optional attrs?: string

Defined in: core.ts:52

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


optional content?: Slot

Defined in: core.ts:54

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