Expand description
Component registry: maps HTML tags to custom node factories.
Structs§
- Component
Registry - A registry of
CustomNodeFactoryes used by the layout builder. - Custom
Node Context - Context handed to a
CustomNodeFactoryto construct a component.
Traits§
- Custom
Node Factory - Constructs a
CustomNodefor a given HTML tag.
Type Aliases§
- DomWrite
Back - A channel for reporting text-input value changes to the DOM owner.