Static
DEFAULT_OPTIONS
DEFAULT_OPTIONS: {
classes: string[];
form: {
closeOnSubmit: boolean;
handler: Object;
submitOnChange: boolean;
submitOnClose: boolean;
};
includeNone: string;
position: {
width: number;
};
search: {
compositioning: boolean;
delay: number;
effectiveSearch: string;
event: null;
value: string;
};
sheetConfig: boolean;
tag: string;
window: {
minimizable: boolean;
resizable: boolean;
title: string;
};
} = ...
An abstract class for a document selector application.