Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation.cpp124 …auto onClickWithParamFunc = AceType::MakeRefPtr<JsClickFunction>(JSRef<JSFunc>::Cast(itemActionVal… in ParseToolBarItems() local
126 EventMarker([func = std::move(onClickWithParamFunc), node = targetNode, in ParseToolBarItems()