Searched refs:getFrameNodeByUniqueId (Results 1 – 10 of 10) sorted by relevance
582 getFrameNodeByUniqueId(uniqueId) { method in UIContext584 let nodePtr = getUINativeModule().getFrameNodeByUniqueId(uniqueId);
476 ### getFrameNodeByUniqueId<sup>12+</sup>478 getFrameNodeByUniqueId(id: number): FrameNode | null480 提供getFrameNodeByUniqueId接口通过组件的uniqueId获取组件树的实体节点。513 let node: FrameNode | null = uiContext.getFrameNodeByUniqueId(uniqueId);1869 let frameNode: FrameNode | null = uiContext.getFrameNodeByUniqueId(uniqueId);1997 let frameNode: FrameNode | null = uiContext.getFrameNodeByUniqueId(uniqueId);2123 let frameNode: FrameNode | null = uiContext.getFrameNodeByUniqueId(uniqueId);
3869 let node: FrameNode | null = this.getUIContext().getFrameNodeByUniqueId(uid);
629 2. 使用[getFrameNodeByUniqueId](../reference/apis-arkui/js-apis-arkui-UIContext.md#getframenodebyuniq…
476 ### getFrameNodeByUniqueId<sup>12+</sup>478 getFrameNodeByUniqueId(id: number): FrameNode | null513 let node: FrameNode | null = uiContext.getFrameNodeByUniqueId(uniqueId);1870 let frameNode: FrameNode | null = uiContext.getFrameNodeByUniqueId(uniqueId);1998 let frameNode: FrameNode | null = uiContext.getFrameNodeByUniqueId(uniqueId);2124 let frameNode: FrameNode | null = uiContext.getFrameNodeByUniqueId(uniqueId);
3415 let node: FrameNode | null = this.getUIContext().getFrameNodeByUniqueId(uid);
629 2. Use [getFrameNodeByUniqueId](../reference/apis-arkui/js-apis-arkui-UIContext.md#getframenodebyun…
3002 ArkUINodeHandle (*getFrameNodeByUniqueId)(ArkUI_Int32 uniqueId); member
4817 ArkUINodeHandle (*getFrameNodeByUniqueId)(ArkUI_Int32 uniqueId); member
187 auto nodePtr = GetArkUINodeModifiers()->getFrameNodeModifier()->getFrameNodeByUniqueId(nodeId); in GetFrameNodeByUniqueId()