Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_editing_value.h34 struct TextEditingValue { struct
77 std::string text;
78 std::string hint;
79 TextSelection selection;
80 bool isDelete;
81 std::string appendText;
84 TextCompose compose;