Interface DispatchOptions

interface DispatchOptions {
    cancelable?: boolean;
}
Index

Properties

Properties

cancelable?: boolean