Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_select.cpp86 auto selectSymbolIcon = indexObject->GetProperty("symbolIcon"); in Create() local
88 selectSymbol->symbol_ = selectSymbolIcon; in Create()
92 if (selectSymbolIcon->IsObject()) { in Create()
94 JSViewAbstract::SetSymbolOptionApply(info, symbolApply, selectSymbolIcon); in Create()