Home
last modified time | relevance | path

Searched refs:EXCHANGE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-rendering-control-lazyforeach.md369 | type | [DataOperationType](#dataoperationtype枚举说明).EXCHANGE | 是 | 数据交换类型 |
427 | EXCHANGE | exchange | 数据交换 |
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_builder.h639 enum class OP { ADD, DEL, CHANGE, MOVE, EXCHANGE, RELOAD }; enumerator
644 {"exchange", OP::EXCHANGE},
H A Dlazy_for_each_builder.cpp454 case OP::EXCHANGE: in ClassifyOperation()
/ohos5.0/docs/zh-cn/application-dev/quick-start/
H A Darkts-rendering-control-lazyforeach.md522 { type: DataOperationType.EXCHANGE, index: { start: 4, end: 6 } },
599 { type: DataOperationType.EXCHANGE, index: { start: 3, end: 4 } },
663 …llo g" 在修改前的原数组中的 index=6, 因此第二个 operation 为 `{ type: DataOperationType.EXCHANGE, index: { start: …
1814 // [{type: DataOperationType.EXCHANGE, index: {start: from, end: to}}]);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-rendering-control-lazyforeach.md390 | type | [DataOperationType](#dataoperationtype).EXCHANGE | Yes | Type of data operation, specif…
442 | EXCHANGE | exchange | Data exchange.|
/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-rendering-control-lazyforeach.md522 { type: DataOperationType.EXCHANGE, index: { start: 4, end: 6 } },
599 { type: DataOperationType.EXCHANGE, index: { start: 3, end: 4 } },
663 …ore, the second **operation** is written in **{ type: DataOperationType.EXCHANGE, index: { start: …
1814 // [{type: DataOperationType.EXCHANGE, index: {start: from, end: to}}]);