Home
last modified time | relevance | path

Searched refs:ArkStackComponent (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_modifier/src/
H A Dstack_modifier.ts17 class StackModifier extends ArkStackComponent implements AttributeModifier<StackAttribute> {
26 …ModifierUtils.applyAndMergeModifier<StackAttribute, ArkStackComponent, ArkComponent>(instance, thi…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkStack.ts22 class ArkStackComponent extends ArkComponent implements StackAttribute {
105 return new ArkStackComponent(nativePtr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dindex.d.ts150 declare class ArkStackComponent extends ArkComponent {}
H A Dframe_node.ts713 …rn new TypedFrameNode(context, 'Stack', (node: NodePtr, type: ModifierType): ArkStackComponent => {
714 return new ArkStackComponent(node, type);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkModifier.js860 class StackModifier extends ArkStackComponent {
H A DjsXNode.js1341 return new ArkStackComponent(node, type);
H A DarkComponent.js10737 class ArkStackComponent extends ArkComponent { class
10820 return new ArkStackComponent(nativePtr);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts697 declare class ArkStackComponent extends ArkComponent implements StackAttribute {