Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Doption_component.h202 return clickedCallback_; in GetClickedCallback()
207 clickedCallback_ = clickedCallback; in SetClickedCallback()
429 std::function<void(std::size_t)> clickedCallback_; variable