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,By default does not update component state if property value didn't change.
Generated using TypeDoc
Component state property definition.
This is a parameter to @StateProperty decorator applied to component property.