Static
DEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
copyUuid: {
buttons: number[];
handler: (...this: any, event: PointerEvent) => void;
};
};
classes: string[];
form: {
closeOnSubmit: boolean;
handler: Object;
submitOnChange: boolean;
submitOnClose: boolean;
};
position: { width: number };
sheetConfig: boolean;
tag: string;
window: { minimizable: boolean; resizable: boolean };
} = ...
Change Editor
Since
PF1 v10