Searched refs:getAttachedFrameNodeById (Results 1 – 5 of 5) sorted by relevance
538 getAttachedFrameNodeById(id) { method in UIContext540 let nodePtr = getUINativeModule().getAttachedFrameNodeById(id);
436 > getFrameNodeById通过遍历查询对应id的节点,性能较差。推荐使用[getAttachedFrameNodeById](#getattachedframenodebyid12)。444 ### getAttachedFrameNodeById<sup>12+</sup>446 getAttachedFrameNodeById(id: string): FrameNode | null468 > getAttachedFrameNodeById仅能查询上屏节点。473 uiContext.getAttachedFrameNodeById("TestNode")
436 …ad to poor performance. To deliver better performance, use the [getAttachedFrameNodeById](#getatta…444 ### getAttachedFrameNodeById<sup>12+</sup>446 getAttachedFrameNodeById(id: string): FrameNode | null468 > **getAttachedFrameNodeById** can only obtain nodes that are currently rendered on the screen.473 uiContext.getAttachedFrameNodeById("TestNode")
4819 ArkUINodeHandle (*getAttachedFrameNodeById)(ArkUI_CharPtr key); member
306 …auto nodePtr = GetArkUINodeModifiers()->getFrameNodeModifier()->getAttachedFrameNodeById(key.c_str… in GetAttachedFrameNodeById()