Home
last modified time | relevance | path

Searched defs:Callback (Results 1 – 3 of 3) sorted by relevance

/interface/sdk-js/api/
D@ohos.base.d.ts51 export interface Callback<T> { interface
D@ohos.window.d.ts48 declare interface Callback<T, V = void> { interface
/interface/sdk-js/api/@internal/component/ets/
Dcommon.d.ts35143 export type Callback<T, V = void> = (data: T) => V; property in TransitionEffect