const classafSlim::SlimComponentCtx

sys::Obj
  afSlim::SlimComponentCtx

An instance is passed to SlimComponents for entry / exit rendering.

attrs

Source

const Str:Str? attrs

Any attributes defined by the element.

classes

Source

const Str[] classes

Any classes defined by the element

comName

Source

const Str comName

The component name.

id

Source

const Str? id

The ID of the element.

make

Source

new make(|This fn)

Std it-block ctor.

tagName

Source

const Str? tagName

The tag name (if defined in the Slim template).

tagStyle

Source

const TagStyle tagStyle

The tag style.

text

Source

const Str? text

Any plain text inside the element.