Static
DEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
addEntry: ((...this: any, event: any) => Promise<void>);
deleteEntry: ((...this: any, event: any) => Promise<void>);
};
classes: string[];
dragDrop: {
dragSelector: string;
dropSelector: string;
}[];
form: {
closeOnSubmit: boolean;
handler: ((...this: any, event: SubmitEvent, form: HTMLFormElement, formData: FormDataExtended) => Promise<void>);
submitOnClose: boolean;
};
position: {
width: number;
};
sheetConfig: boolean;
tag: string;
window: {
minimizable: boolean;
resizable: boolean;
};
} = ...
Type declaration
actions: {
addEntry: ((...this: any, event: any) => Promise<void>);
deleteEntry: ((...this: any, event: any) => Promise<void>);
}
addEntry: ((...this: any, event: any) => Promise<void>)
- (...this, event): Promise<void>
Internal
Parameters
Rest
...this: any- event: any
Returns Promise<void>
deleteEntry: ((...this: any, event: any) => Promise<void>)
- (...this, event): Promise<void>
Internal
Parameters
Rest
...this: any- event: any
Returns Promise<void>
classes: string[]
dragDrop: {
dragSelector: string;
dropSelector: string;
}[]
form: {
closeOnSubmit: boolean;
handler: ((...this: any, event: SubmitEvent, form: HTMLFormElement, formData: FormDataExtended) => Promise<void>);
submitOnClose: boolean;
}
closeOnSubmit: boolean
handler: ((...this: any, event: SubmitEvent, form: HTMLFormElement, formData: FormDataExtended) => Promise<void>)
- (...this, event, form, formData): Promise<void>
Internal
Parameters
Rest
...this: any- event: SubmitEvent
- form: HTMLFormElement
- formData: FormDataExtended
Returns Promise<void>
submitOnClose: boolean
position: {
width: number;
}
sheetConfig: boolean
tag: string
window: {
minimizable: boolean;
resizable: boolean;
}
minimizable: boolean
resizable: boolean
Offers a dynamic list selector that allows the user to add new entries and delete existing entries