Home
last modified time | relevance | path

Searched refs:allowCount (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dnode_adapter.ts190 const allowCount = frameeNode.attribute_.allowChildCount();
191 if (allowCount <= 1) {
H A Dframe_node.ts674 const allowCount = this.attribute_.allowChildCount();
675 if (this.getChildrenCount() >= allowCount) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js612 const allowCount = frameeNode.attribute_.allowChildCount(); constant
613 if (allowCount <= 1) {
1304 const allowCount = this.attribute_.allowChildCount();
1305 if (this.getChildrenCount() >= allowCount) {