Searched defs:TextPickerOptions (Results 1 – 4 of 4) sorted by relevance
36 struct TextPickerOptions { struct37 std::vector<NG::RangeContent> range;38 uint32_t kind = 0;39 uint32_t selected = 0;40 std::string value = "";41 std::vector<NG::TextCascadePickerOptions> options;42 std::vector<uint32_t> selecteds;43 std::vector<std::string> values;44 bool hasValue = false;45 bool hasSelected = false;[all …]
72 export interface TextPickerOptions { interface
57 export interface TextPickerOptions { interface
475 export interface TextPickerOptions { interface