interface Internals {
    isCanceled: boolean;
    onCancelList: any[];
}

Properties

isCanceled: boolean
onCancelList: any[]