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.ts1938 onAction(event: (event: GestureEvent) => void): TapGestureInterface; method
2031 onAction(event: (event: GestureEvent) => void): LongPressGestureInterface; method
2482 onAction(event: (event: GestureEvent) => void): SwipeGestureInterface; method
Dlist_item.d.ts305 onAction?: () => void; property