Properties
_collator
_collator: Collator
_searchFilter
_searchFilter: string = ""
_searchIndex
_searchIndex: {
_id: Prepared;
_name: Prepared;
id: string;
}[]
Type declaration
_id: Prepared
_name: Prepared
id: string
attributes
attributes: {
custom: any;
value: any;
}
Static
DEFAULT_OPTIONS
DEFAULT_OPTIONS: {
classes: string[];
form: {
closeOnSubmit: boolean;
handler: ((event, form, formData) => Promise<void>);
submitOnChange: boolean;
submitOnClose: boolean;
};
position: {
width: number;
};
sheetConfig: boolean;
tag: string;
window: {
minimizable: boolean;
resizable: boolean;
};
} = ...
Type declaration
classes: string[]
form: {
closeOnSubmit: boolean;
handler: ((event, form, formData) => Promise<void>);
submitOnChange: boolean;
submitOnClose: boolean;
}
closeOnSubmit: boolean
handler: ((event, form, formData) => Promise<void>)
- (event, form, formData): Promise<void>
Private
Parameters
event: SubmitEvent
form: HTMLFormElement
formData: FormDataExtended
Returns Promise<void>
submitOnChange: boolean
submitOnClose: boolean
position: {
width: number;
}
sheetConfig: boolean
tag: string
window: {
minimizable: boolean;
resizable: boolean;
}
minimizable: boolean
resizable: boolean
Static
PARTS
PARTS: {
footer: {
template: string;
};
form: {
scrollable: string[];
template: string;
};
} = ...
Type declaration
footer: {
template: string;
}
form: {
scrollable: string[];
template: string;
}
scrollable: string[]
template: string
Static
SEARCH_INCLUDE_ID
SEARCH_INCLUDE_ID: boolean = true
A specialized form used to select types.