Creates component member amendment (and decorator) that declares a property to add to component's element.
The value of declared element's property will be read from and written to decorated member.
By default does not update component state if property value didn't change.
New component member decorator.
Amended member value type
Amended component class type.
Amended member update type accepted by its setter.
Amended component member entity type.
Custom element property definition.
Generated using TypeDoc
Creates component member amendment (and decorator) that declares a property to add to component's element.
The value of declared element's property will be read from and written to decorated member.
By default does not update component state if property value didn't change.
Returns
New component member decorator.