Home
last modified time | relevance | path

Searched refs:textTypeHint_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Daccessibility_property.h536 textTypeHint_ = text; in SetAccessibilityTextHint()
594 return textTypeHint_.value_or(""); in GetTextType()
791 std::optional<std::string> textTypeHint_; variable