Static
DEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
reset: (
...this: any,
_event: PointerEvent,
_html: HTMLElement,
) => Promise<void>;
};
classes: string[];
form: {
closeOnSubmit: boolean;
handler: (
...this: any,
event: Event,
form: HTMLFormElement,
formData: FormDataExtended,
) => Promise<void>;
submitOnChange: boolean;
};
position: { height: string; width: number };
sheetConfig: boolean;
tag: string;
window: { minimizable: boolean };
} = ...
Triggering event