Lines Matching full:attributes
3 With the attribute modifier, you can dynamically set component attributes, complete with the **if/e…
9 > Ensure that the attributes set in **attributeModifier** are different from those set in other met…
27 …er\<T>](#attributemodifiert) | Yes | Modifier for dynamically setting attributes on the current c…
98 | instance | Component attribute class, which identifies the type of component to which attributes …
104 **Supported attributes**
106 1. Attributes that accept or return a [CustomBuilder](ts-types.md#custombuilder8) are not supported.
107 …Attributes that accept a [modifier](../../../ui/arkts-user-defined-modifier.md) type, such as [att…
109 4. Attributes of the [gesture](../../../ui/arkts-gesture-events-binding.md) type are not supported.
110 5. Attribute related to [stateStyles](./ts-universal-attributes-polymorphic-style.md) are not suppo…
111 6. Deprecated attributes are not supported.
113 7. Built-in component attributes are not supported.<!--DelEnd-->
115 …attributes are used, exceptions such as "Method not implemented.", "is not callable", or "Builder …
118 Custom modifiers can be used in building components and configuring attributes since API version 12…
128 …g the attribute value of the custom modifier changes the corresponding attributes of both componen…
129 4. If attributes A and B are set through a custom modifier, and then attributes C and D are set thr…
131 …u use **attributeModifier** to set attributes multiple times, all the set attributes take effect, …
263 ### Example 4: Combining Modifier and Custom Modifier Attributes
265 …eight** attributes, and the **borderStyle** and **borderWidth** attributes are set through a butto…
494 ## Supported Scope of Attributes
496 Attributes not listed in the table below are supported by default.
498 **Table 1** Unsupported attributes in the CommonAttribute API
505 | accessibilityVirtualNode | Not supported | is not callable | Attributes that accept a …
506 … | Not supported | Method not implemented. | Animation-related attributes are not supporte…
508 | background | Not supported | Method not implemented. | Attributes that accept a …
510 | bindContentCover | Not supported | Method not implemented. | Attributes that accept a …
511 | bindContextMenu | Not supported | Method not implemented. | Attributes that accept a …
512 | bindPopup | Not supported | Method not implemented. | Attributes that accept a …
513 | bindSheet | Not supported | Method not implemented. | Attributes that accept a …
516 … | Not supported | is not callable | Modifier-related attributes are not supporte…
519 … | Not supported | Method not implemented. | Gesture-related attributes are not supporte…
520 … | Not supported | is not callable | Modifier-related attributes are not supporte…
522 | onDragStart | Not supported | Method not implemented. | Attributes that return a …
523 … | Not supported | Method not implemented. | Gesture-related attributes are not supporte…
524 … | Not supported | Method not implemented. | Gesture-related attributes are not supporte…
526 …| Not supported | Method not implemented. | **stateStyles**-related attributes are not supporte…
527 | useSizeType | Not supported | Method not implemented. | Deprecated attributes are…
529 | bindMenu | Partially supported| - | Attributes that accep…
530 | dragPreview | Partially supported| Builder is not supported. | Attributes that accep…