StaticDEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
copySnapshot: (event: any, target: any) => Promise<void>;
deleteSnapshot: (event: any, target: any) => Promise<void>;
previewSnapshot: (event: any, target: any) => Promise<void>;
restoreSnapshot: (event: any, target: any) => Promise<void>;
takeSnapshot: (event: any) => Promise<void>;
};
position: { height: string; width: number };
window: { icon: string; resizable: boolean };
} = ...