Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
Dmenu_property.h51 struct MenuParam { struct
52 std::string title;
53 OffsetF positionOffset;
54 bool setShow = false;
55 bool isShow = false;
56 MenuBindingType menuBindType = MenuBindingType::LONG_PRESS;
57 ContextMenuRegisterType contextMenuRegisterType = ContextMenuRegisterType::NORMAL_TYPE;
58 std::function<void(const std::string&)> onStateChange;
59 std::optional<Placement> placement;
60 std::function<void()> onAppear;
[all …]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dview_abstract_model_impl.cpp1534 std::vector<NG::OptionParam>&& params, std::function<void()>&& buildFunc, const NG::MenuParam&) in BindMenu()