Home
last modified time | relevance | path

Searched defs:PopupComponentInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.h49 struct PopupComponentInfo { struct
50 int32_t popId = -1;
51 ComposeId id = "-1";
52 Operation operation = Operation::NONE;
53 RefPtr<Component> component;
54 bool IsValid() in IsValid()