Lines Matching full:attributes
5 …attributes, using state variables can lead to significant computational overhead in frontend state…
7 …tribute object. By using the attribute object, you can update specific attributes without relying …
9 …uth" rule, which means that there is a risk of conflicts when the same attributes are updated thro…
26 …g a component's attributes, **attribute** for obtaining the attribute object (which enables direct…
30 …established, the **initializeModifier** API is triggered to initialize attributes. This is followe…
32 …attributes through **attribute** will store the latest settings within the current object and imme…
33 …attributes of the corresponding component through other state variables, will trigger **applyNorma…
37 ## Directly Modifying Attributes Through Modifier
39 …ibute object. Modifying attributes directly through this object will immediately trigger an update…
45 // The initializeModifier method is triggered upon the first binding, initializing the attributes.
64 …// Directly modify the component's attributes through attribute, which will trigger an immediate u…