A type of component.
Optional
Readonly
configurableWhether the declared property should be configurable.
Defaults to configurable
attribute of decorated property.
Optional
Readonly
enumerableWhether the declared property should be enumerable.
Defaults to enumerable
attribute of decorated property.
Optional
Readonly
propertyProperty key.
Decorated property key is used by default.
Optional
Readonly
updateWhether to update the component state after this property changed.
Can be one of:
false
to not update the component state,true
(the default value) to update the component state with changed property key,Optional
Readonly
writableWhether the declared property should accept new values.
The property can not be writable if the decorated property is not writable.
Defaults to writable
attribute of decorated property.
Generated using TypeDoc
Custom element property definition.
This is a parameter to @DomProperty decorator applied to component property.