Skip to main content

Module registry

Module registry 

Source
Expand description

Component registry: maps HTML tags to custom node factories.

Structs§

ComponentRegistry
A registry of CustomNodeFactoryes used by the layout builder.
CustomNodeContext
Context handed to a CustomNodeFactory to construct a component.

Traits§

CustomNodeFactory
Constructs a CustomNode for a given HTML tag.

Type Aliases§

DomWriteBack
A channel for reporting text-input value changes to the DOM owner.