Creates an amendment (and decorator) of component property that accesses custom element's attribute.
The amended property accesses corresponding attribute on read, and updates it on setting. null value corresponds
to absent attribute. Setting to null or undefined removes corresponding attribute.
Creates an amendment (and decorator) of component property that accesses custom element's attribute.
The amended property accesses corresponding attribute on read, and updates it on setting.
null
value corresponds to absent attribute. Setting tonull
orundefined
removes corresponding attribute.Returns
New component property amendment.