Home
last modified time | relevance | path

Searched full:attributes (Results 1 – 25 of 1507) sorted by relevance

12345678910>>...61

/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
Dts-component-general-attributes.md3 - [尺寸设置](ts-universal-attributes-size.md)
4 - [位置设置](ts-universal-attributes-location.md)
5 - [布局约束](ts-universal-attributes-layout-constraints.md)
6 - [组件级像素取整](ts-universal-attributes-pixelRoundForComponent.md)
7 - [页面级像素取整](ts-universal-attributes-pixelRoundForPage.md)
8 - [Flex布局](ts-universal-attributes-flex-layout.md)
9 - [边框设置](ts-universal-attributes-border.md)
10 - [图片边框设置](ts-universal-attributes-border-image.md)
11 - [背景设置](ts-universal-attributes-background.md)
12 - [透明度设置](ts-universal-attributes-opacity.md)
[all …]
Dts-animatorproperty.md9attributes-size.md#width)、[height](ts-universal-attributes-size.md#height)、[backgroundColor](ts-un…
/docs/en/application-dev/reference/apis-arkui/arkui-ts/
Dts-component-general-attributes.md1 # Universal Attributes
3 - [Size](ts-universal-attributes-size.md)
4 - [Location](ts-universal-attributes-location.md)
5 - [Layout Constraints](ts-universal-attributes-layout-constraints.md)
6 - [Component-Level Pixel Rounding](ts-universal-attributes-pixelRound.md)
7 - [Flex Layout](ts-universal-attributes-flex-layout.md)
8 - [Border](ts-universal-attributes-border.md)
9 - [Border Image](ts-universal-attributes-border-image.md)
10 - [Background](ts-universal-attributes-background.md)
11 - [Opacity](ts-universal-attributes-opacity.md)
[all …]
Dts-universal-attributes-attribute-modifier.md3 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.
107Attributes 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.
[all …]
Dts-container-rowsplit.md15 …sal-attributes-size.md#margin), [border](ts-universal-attributes-border.md#border), or [padding](t…
24 ## Attributes section in RowSplit
46 > Universal attributes such as [clip](ts-universal-attributes-sharp-clipping.md#clip12) and [margin…
Dts-securitycomponent-attributes.md1 # Security Component Universal Attributes
3 Universal attributes of security components are basic attributes applicable to all security compone…
29 | T | Attributes of the security component.|
51 | T | Attributes of the security component.|
73 | T | Attributes of the security component.|
89 …, this attribute is used together with the **position** and **offset** attributes. When used alone…
95 | T | Attributes of the security component.|
117 | T | Attributes of the security component.|
139 | T | Attributes of the security component.|
161 | T | Attributes of the security component.|
[all …]
Dts-animatorproperty.md3attributes-size.md#width), [height](ts-universal-attributes-size.md#height), [backgroundColor](ts-…
36 Property animations only affect attributes that are specified before the **animation** API and do n…
/docs/en/application-dev/ui/
Darkts-user-defined-extension-attributeUpdater.md5attributes, 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…
32attributes through **attribute** will store the latest settings within the current object and imme…
33attributes 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.
[all …]
Darkts-user-defined-extension-attributeModifier.md6 - @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.
[all …]
Darkts-layout-development-overview.md7 You design page layout by leveraging specific components or attributes to control the size and posi…
14 - Select container components and attributes to control the position and size of each element on th…
36 …s/ts-universal-attributes-size.md#width) and [height](../reference/apis-arkui/arkui-ts/ts-universa…
38 … area minus the [border](../reference/apis-arkui/arkui-ts/ts-universal-attributes-border.md#border…
40 …o not match, the [align](../reference/apis-arkui/arkui-ts/ts-universal-attributes-location.md#alig…
42 … area plus the [margins](../reference/apis-arkui/arkui-ts/ts-universal-attributes-size.md#margin) …
62 Attributes such as **position** and **offset** affect the position of the layout container relative…
66 … errors.| Use [position](../reference/apis-arkui/arkui-ts/ts-universal-attributes-location.md#posi…
67 …n.| You can use [offset](../reference/apis-arkui/arkui-ts/ts-universal-attributes-location.md#offs…
74 …al-attributes-flex-layout.md#flexgrow) and [flexShrink](../reference/apis-arkui/arkui-ts/ts-univer…
[all …]
Darkts-inspector-overview.md3 …irectional positioning feature helps quickly locate components, modify attributes, and debug compo…
5 … parent-child structure of the component tree, size, position, styles, attributes, and states. Aft…
11 2. Component attributes and styles can be obtained, but **Controller** and **Builder** objects cann…
17attributes, and [getFilteredInspectorTreeById](../reference/apis-arkui/arkts-apis-uicontext-uicont…
134 ## Using the Extended Capabilities for Component Identification Attributes
136 The following APIs provide extended capabilities for component identification attributes:
137 …ference/apis-arkui/arkui-ts/ts-universal-attributes-component-id.md#getinspectorbykey9): obtains a…
138 …rkui/arkui-ts/ts-universal-attributes-component-id.md#getinspectortree9): obtains the component tr…
139 - [sendEventByKey](../reference/apis-arkui/arkui-ts/ts-universal-attributes-component-id.md#sendeve…
Darkts-user-defined.md8attributes-attribute-modifier.md), [GestureModifier](../reference/apis-arkui/arkui-ts/ts-universal…
9 …es for individual nodes, such as measurement and layout, setting basic attributes, setting event l…
18 …is-arkui/arkui-ts/ts-universal-attributes-size.md) and [position](../reference/apis-arkui/arkui-ts…
21attributes-attribute-modifier.md#attributemodifier) for UI and style separation, dynamic setting a…
22 …n| Use [GestureModifier](../reference/apis-arkui/arkui-ts/ts-universal-attributes-gesture-modifier…
23attributes-draw-modifier.md#drawmodifier-1) to extend or replace default component drawing with cu…
24 …h support for dynamically adding and removing nodes, setting universal attributes, and configuring…
/docs/.gitcode/ISSUE_TEMPLATE/
D4_security-issue.yml7 attributes:
11 attributes:
18 attributes:
25 attributes:
32 attributes:
39 attributes:
46 attributes:
53 attributes:
60 attributes:
67 attributes:
D1_bug-report.yml7 attributes:
11 attributes:
18 attributes:
25 attributes:
31 attributes:
37 attributes:
/docs/en/application-dev/reference/apis-arkui/
DReadme-EN.md101 - [Custom Event Interception](arkui-ts/ts-universal-attributes-on-touch-intercept.md)
102 - [Custom Event Dispatch](arkui-ts/ts-universal-attributes-on-child-touch-test.md)
111 - [Universal Attributes](arkui-ts/ts-component-general-attributes.md)
112 - Basic Attributes<!--basic-property-->
113 - [Component ID](arkui-ts/ts-universal-attributes-component-id.md)
114 - [restoreId](arkui-ts/ts-universal-attributes-restoreId.md)
115 - [Visibility](arkui-ts/ts-universal-attributes-visibility.md)
116 - [Background](arkui-ts/ts-universal-attributes-background.md)
117 - [Overlay](arkui-ts/ts-universal-attributes-overlay.md)
118 - [Z-order Control](arkui-ts/ts-universal-attributes-z-order.md)
[all …]
/docs/en/release-notes/changelogs/OpenHarmony_4.0.5.5/
Dchangelogs-arkui.md22 - [List](../../../application-dev/reference/arkui-ts/ts-container-list.md#attributes)
23 - [Grid](../../../application-dev/reference/arkui-ts/ts-container-grid.md#attributes)
56 …en a component has both **margin** and **position** attributes set, the settings for both attribut…
60 When a component has both **margin** and **position** attributes set, it is moved to the specified …
64 **margin** and **position** attributes:
65 - [margin](../../../application-dev/reference/arkui-ts/ts-universal-attributes-size.md#attributes)
66 …sition](../../../application-dev/reference/arkui-ts/ts-universal-attributes-location.md#attributes)
/docs/zh-cn/application-dev/ui/
Darkts-layout-development-overview.md42 …is-arkui/arkui-ts/ts-universal-attributes-size.md#width)、[height](../reference/apis-arkui/arkui-ts…
44 - 组件内容区(黄色方块):组件内容区大小为组件区域大小减去组件的[border](../reference/apis-arkui/arkui-ts/ts-universal-attributes-…
46 …组件内容和组件内容区大小不一致时,[align](../reference/apis-arkui/arkui-ts/ts-universal-attributes-location.md#alig…
48 - 组件布局边界(虚线部分):组件通过[margin](../reference/apis-arkui/arkui-ts/ts-universal-attributes-size.md#margin…
71 …幕的适配上有缺陷。 | 使用[position](../reference/apis-arkui/arkui-ts/ts-universal-attributes-location.md#posi…
72 …相对于原位置进行偏移。 | 使用[offset](../reference/apis-arkui/arkui-ts/ts-universal-attributes-location.md#offs…
79 …i/arkui-ts/ts-universal-attributes-flex-layout.md#flexgrow)和[flexShrink](../reference/apis-arkui/a…
85 …[aspectRatio](../reference/apis-arkui/arkui-ts/ts-universal-attributes-layout-constraints.md#aspec…
98 …2. [layoutWeight](../reference/apis-arkui/arkui-ts/ts-universal-attributes-size.md#layoutweight)属性…
102 …通过[displayPriority](../reference/apis-arkui/arkui-ts/ts-universal-attributes-layout-constraints.md…
Darkts-internationalization.md40 …ui/arkui-ts/ts-universal-attributes-menu.md#bindmenu)、[bindContextMenu](../reference/apis-arkui/ar…
42attributes-location.md#position)、[markAnchor](../reference/apis-arkui/arkui-ts/ts-universal-attrib…
57attributes-location.md#position)、[markAnchor](../reference/apis-arkui/arkui-ts/ts-universal-attrib…
59attributes-border.md#borderwidth)、[borderColor](../reference/apis-arkui/arkui-ts/ts-universal-attr…
61 …s-arkui/arkui-ts/ts-universal-attributes-size.md#padding)、[margin](../reference/apis-arkui/arkui-t…
Darkts-user-defined.md8attributes-attribute-modifier.md)、[GestureModifier](../reference/apis-arkui/arkui-ts/ts-universal-
18 …e/apis-arkui/arkui-ts/ts-universal-attributes-size.md)和[位置设置](../reference/apis-arkui/arkui-ts/ts-…
21attributes-attribute-modifier.md#attributemodifier):通过AttributeModifier可以实现UI与样式分离,实现属性、事件的动态设置与更新…
22 …|自定义扩展|手势扩展| [GestureModifier](../reference/apis-arkui/arkui-ts/ts-universal-attributes-gesture-mo…
23attributes-draw-modifier.md#drawmodifier-1):通过DrawModifier可以在系统组件的基础之上,扩展叠加绘制自定义的内容,或者完全替换组件默认的绘制内…
/docs/zh-cn/release-notes/changelogs/OpenHarmony_6.0.0.39/
Dchangelogs-arkui.md11 [bindSheet](../../../application-dev/reference/apis-arkui/arkui-ts/ts-universal-attributes-sheet-tr…
17attributes-sheet-transition.md#sheettype11枚举说明)的SIDE侧边样式时,[bindSheet](../../../application-dev/ref…
19attributes-sheet-transition.md#sheettype11枚举说明)的SIDE侧边样式时,[bindSheet](../../../application-dev/ref…
32 [bindSheet](../../../application-dev/reference/apis-arkui/arkui-ts/ts-universal-attributes-sheet-tr…
34 [SheetType](../../../application-dev/reference/apis-arkui/arkui-ts/ts-universal-attributes-sheet-tr…
38attributes-sheet-transition.md#sheettype11枚举说明)的SIDE侧边样式时,若开发者期望自定义避让软键盘,则需要设置[bindSheet](../../..…
40attributes-sheet-transition.md#bindsheet)的属性keyboardAvoidMode = [SheetKeyboardAvoidMode](../../../…
/docs/en/application-dev/security/AssetStoreKit/
Dasset-js-query.md7 The following table describes the attributes of **AssetMap** for querying an asset.
10attributes starting with **DATA_LABEL** are custom asset attributes reserved for services. These a…
49 …the attributes of an asset in a group, see [Querying the Attributes of an Asset in a Group](asset-…
73 …YPE, asset.ReturnType.ALL); // Return all asset information, including attributes and asset plaint…
91 ### Querying Attributes of an Asset
93 Query attributes of asset **demo_alias**.
107 query.set(asset.Tag.RETURN_TYPE, asset.ReturnType.ATTRIBUTES); // Return only the attributes of the…
111 // Parse the attributes.
123 ### Querying Attributes of Assets
125 Query attributes of assets with tag 1 of **demo_label** and return a total of 10 records sorted by …
[all …]
/docs/zh-cn/application-dev/reference/apis-arkui/
DReadme-CN.md134 - [自定义事件拦截](arkui-ts/ts-universal-attributes-on-touch-intercept.md)
135 - [自定义事件分发](arkui-ts/ts-universal-attributes-on-child-touch-test.md)
144 - [通用属性](arkui-ts/ts-component-general-attributes.md)
146 - [组件标识](arkui-ts/ts-universal-attributes-component-id.md)
147 - [分布式迁移标识](arkui-ts/ts-universal-attributes-restoreId.md)
148 - [显隐控制](arkui-ts/ts-universal-attributes-visibility.md)
149 - [背景设置](arkui-ts/ts-universal-attributes-background.md)
150 - [浮层](arkui-ts/ts-universal-attributes-overlay.md)
151 - [Z序控制](arkui-ts/ts-universal-attributes-z-order.md)
152 - [隐私遮罩](arkui-ts/ts-universal-attributes-obscured.md)
[all …]
/docs/en/application-dev/network/
Dnet-ethernet.md5 …k attributes, such as the dynamically allocated IP address, subnet mask, gateway, and DNS. You can…
19 - Dynamically assigning a series of network attributes, such as the IP address, subnet mask, gatewa…
20 - Configuring a series of network attributes, such as the IP address, subnet mask, gateway, and DNS…
30 …ration, callback: AsyncCallback\<void>): void | Configures the network attributes of the specified…
31 …k: AsyncCallback\<InterfaceConfiguration>): void | Obtains the network attributes of the specified…
43attributes of the **eth0** port. By default, an unconfigured Ethernet network uses the DHCP mode, …
67 // Call getIfaceConfig to obtain the network attributes of the specified Ethernet network.
88 …t to the static mode, in which you need to manually assign the network attributes (including the I…
89 6. Call **getIfaceConfig** in user mode to obtain the static network attributes of the **eth0** por…
113 // Call setIfaceConfig to configure the network attributes of the specified Ethernet network.
[all …]
/docs/en/device-dev/driver/
Ddriver-platform-spi-des.md35 - Obtaining and setting SPI device attributes.
52 | SpiSetCfg | Sets SPI device attributes.|
53 | SpiGetCfg | Obtains SPI device attributes.|
107 ### Obtaining SPI Device Attributes
109 …onfigure the device attributes. Before configuring the device attributes, you can call **SpiGetCfg…
121 | cfg | Pointer to the SPI device attributes.|
130 ret = SpiGetCfg(spiHandle, &cfg); /* Obtain SPI device attributes. */
137 ### Setting SPI Device Attributes
139 After obtaining the SPI device handle, call **SpiSetCfg** to set SPI device attributes.
151 | cfg | Pointer to the SPI device attributes.|
[all …]
/docs/en/application-dev/reference/apis-asset-store-kit/
Dcapi-asset-api-h.md23 | [int32_t OH_Asset_Add(const Asset_Attr *attributes, uint32_t attrCnt)](#oh_asset_add) | Adds an a…
39 int32_t OH_Asset_Add(const Asset_Attr *attributes, uint32_t attrCnt)
55 | const [Asset_Attr](capi-assettype-asset-attr.md) *attributes | Attributes of the asset to add.|
56 | uint32_t attrCnt | Number of attributes of the asset to add.|
81 | const [Asset_Attr](capi-assettype-asset-attr.md) *query | Attributes of the asset to remove.|
82 | uint32_t queryCnt | Number of attributes.|
107 | const [Asset_Attr](capi-assettype-asset-attr.md) *query | Attributes of the asset to update.|
108 | uint32_t queryCnt | Number of attributes to update.|
109 | const [Asset_Attr](capi-assettype-asset-attr.md) *attributesToUpdate | New attributes of the asse…
110 | uint32_t updateCnt | Number of new attributes.|
[all …]

12345678910>>...61