Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_properties.h167 struct ActionSheetInfo { struct
168 std::string title; // title of ActionSheet, necessary.
169 std::string icon; // icon of ActionSheet, not necessary.
170 RefPtr<Gesture> gesture; // called when ActionSheet is clicked.
171 RefPtr<NG::ClickEvent> action; // NG sheet item click action
174 bool IsValid() const in IsValid()