Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/common/ime/
Dtext_input_configuration.h26 struct TextInputConfiguration { struct
30 TextInputType type = TextInputType::TEXT;
32 bool obscureText = false;
34 std::string actionLabel;
35 TextInputAction action = TextInputAction::UNSPECIFIED;
38 bool autoCorrect = false;
39 std::string capitalization;
40 std::string keyboardAppearance;