Interface DispatchOptions

interface DispatchOptions {
    cancelable?: boolean;
}

Properties

Properties

cancelable?: boolean