A type of component.
Optional
Readonly
nameAttribute name, either camelCase or dash-style.
This is required if annotated property's key is not a string (i.e. a symbol). Otherwise, the attribute name is equal to the property name converted to dash-style by default.
Optional
Readonly
updateWhether to update the component state after attribute change.
Can be one of:
false
to not update the component state,true
(the default value) to update the component state with changed attribute key,Generated using TypeDoc
Attribute definition.
This is passed to @Attribute and @AttributeChanged decorators.