Searched defs:PopupComponentInfo (Results 1 – 1 of 1) sorted by relevance
49 struct PopupComponentInfo { struct50 int32_t popId = -1;51 ComposeId id = "-1";52 Operation operation = Operation::NONE;53 RefPtr<Component> component;54 bool IsValid() in IsValid()