const classafSlim::SlimComponentCtx
sys::Obj afSlim::SlimComponentCtx
An instance is passed to SlimComponents for entry / exit rendering.
- attrs
Any attributes defined by the element.
- classes
const Str[] classesAny classes defined by the element
- comName
const Str comNameThe component name.
- id
const Str? idThe ID of the element.
- make
new make(|This fn)Std it-block ctor.
- tagName
const Str? tagNameThe tag name (if defined in the Slim template).
- tagStyle
const TagStyle tagStyleThe tag style.
- text
const Str? textAny plain text inside the element.