Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dattribute.h89 struct CommonMultimodalAttribute : Attribute { struct
90 std::string voiceLabel;
91 std::string subscriptLabel;
92 bool useSubscript = false;
93 SceneLabel scene = SceneLabel::PAGE;
95 bool IsUnavailable() const in IsUnavailable()