ComponentFromTag

This class will create a component from a Tag tree.

class ComponentFromTag : ReturnType!(__traits(getMember, ToolkitWidgets, tag.name))(
Tag tag
) {}

Constructors

this
this(EventHandler eventHandler)

Creates the component and all child components.

Members

Aliases

Type
alias Type = ReturnType!(__traits(getMember, ToolkitWidgets, tag.name))
Undocumented in source.

Variables

byId
IdContainer byId;

A struct containing a reference to all children by their id.

Meta