Home
last modified time | relevance | path

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

/foundation/ace/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.h32 struct TextFieldAttribute : Attribute { struct
33 bool isValueUpdated = false;
34 std::string value;
35 std::string placeholder;
36 std::string inputFilter;
37 TextSelection selection;
38 Dimension widthReserved;
40 bool obscure = false;
42 bool showCounter = false;
44 bool extend = false;
[all …]