Static DEFAULT_OPTIONS
DEFAULT_OPTIONS: { 
    actions: { 
        click: ((event) => void); 
    }; 
    classes: string[]; 
    position: { 
        width: number; 
    }; 
    sheetConfig: boolean; 
    window: { 
        minimizable: boolean; 
        resizable: boolean; 
    }; 
} = ...
Type declaration
- actions: { 
 click: ((event) => void);
 }
- click: ((event) => void)- (event): void
- Returns void
 
 
 
- classes: string[]
- position: { 
 width: number;
 }
- sheetConfig: boolean
- window: { 
 minimizable: boolean;
 resizable: boolean;
 }
- minimizable: boolean
- resizable: boolean
 
Options