Home
last modified time | relevance | path

Searched refs:frameeNode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dnode_adapter.ts188 let frameeNode = node as TypedFrameNode<ArkComponent>;
189 if (frameeNode.attribute_.allowChildCount !== undefined) {
190 const allowCount = frameeNode.attribute_.allowChildCount();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js610 let frameeNode = node; variable
611 if (frameeNode.attribute_.allowChildCount !== undefined) {
612 const allowCount = frameeNode.attribute_.allowChildCount();