Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_property.h157 auto selectIconSrc = GetSelectIconSrc().value_or(""); in ToJsonValue() local
159 … json->PutExtAttr("selectIcon", selectIconSrc.empty() ? "true" : selectIconSrc.c_str(), filter); in ToJsonValue()