Interface
CancelableOptions
CancelableOptions
interface CancelableOptions {
cancelable: boolean;
theme: number;
}Summary
Properties
Properties
cancelable
theme
- Previous
- BindingOptions
- Next
- ChangedData
Interface
interface CancelableOptions {
cancelable: boolean;
theme: number;
}