Searched defs:ActionSheetInfo (Results 1 – 1 of 1) sorted by relevance
167 struct ActionSheetInfo { struct168 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 action174 bool IsValid() const in IsValid()