Home
last modified time | relevance | path

Searched defs:onAction (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/api/@internal/component/ets/
Dgesture.d.ts2013 onAction(event: (event: GestureEvent) => void): TapGestureInterface; method
2121 onAction(event: (event: GestureEvent) => void): LongPressGestureInterface; method
2637 onAction(event: (event: GestureEvent) => void): SwipeGestureInterface; method
Dlist_item.d.ts317 onAction?: () => void; property