Per-attribute definition options.
This is a map with attribute names as keys (either camelCase or dash-style), and their state update instructions as values.
The state update instruction can be one of:
false
true
A type of component.
Generated using TypeDoc
Per-attribute definition options.
This is a map with attribute names as keys (either camelCase or dash-style), and their state update instructions as values.
The state update instruction can be one of:
false
to not update the component state,true
to update the component state with changed attribute key,