• Home
  • Raw
  • Download

Lines Matching full:attributes

6 - @Styles only supports universal attributes and events, not component-specific attributes.
8 - @Extend supports private attributes and events of specific components, but it does not support cr…
9attributes. They only allow setting all possible attributes using ternary expressions, which is in…
12 …ttributeModifier** mechanism, which allows for dynamic modification of attributes through **Modifi…
44 …mponent. Within the callback, you can access the attribute object and use it to set the attributes.
58 …nt attribute object is passed in. Through this object, you can set the attributes and events of th…
59 - If an attempt is made to execute attributes or events that are not yet supported, an exception wi…
60 - When an attribute change triggers the **apply*Xxx*Attribute** API, any attributes that were previ…
61 …ymorphic styling capabilities. For example, if you need to set certain attributes when the compone…
62 …e principle of property override is followed, which means that the last set attributes take effect.
66 ## Setting and Modifying Component Attributes
68 …the UI from styling. It enables the dynamic customization of component attributes with support for…
84 …// After attribute changes trigger the apply function, attributes that were set before but not inc…
123 …e principle of property override is followed, which means that the last set attributes take effect.
245 …*Disabled**, and **Selected**. For example, if you need to set certain attributes when the compone…
251 … // instance is the attribute object for the Button, used to set attributes for the normal state.
258 … // instance is the attribute object for the Button, used to set attributes for the pressed state.