Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.cpp1426 auto btnPropFirst = param->GetPrimaryButtonProperties(); in BindPopup() local
1427 if (btnPropFirst.touchFunc) { in BindPopup()
1428 btnPropFirst.actionId = EventMarker([onTouch = btnPropFirst.touchFunc]() { in BindPopup()
1433 popupComponent->SetPrimaryButtonProperties(btnPropFirst); in BindPopup()