Skip to content

Home > sculp-js > AsyncCallback

AsyncCallback type

异步回调函数

Signature:

typescript
export type AsyncCallback = {
    successCallback?: Function;
    failCallback?: Function;
};

Released under the MIT License.