Static
DEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
add: (...this: any, event: Event, target: HTMLElement) => Promise<void>;
delete: (
...this: any,
event: Event,
target: HTMLElement,
) => Promise<undefined>;
};
classes: string[];
dragDrop: { dragSelector: string; dropSelector: null }[];
form: {
closeOnSubmit: boolean;
handler: (
...this: any,
event: Event,
form: HTMLElement,
formData: object,
) => any;
submitOnChange: boolean;
submitOnClose: boolean;
};
position: { height: string; width: number };
sheetConfig: boolean;
window: { icon: string; resizable: boolean };
} = ...
Handle content source drop