StaticDEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
addDeck: (event: any, target: any) => Promise<any>;
removeDeck: (event: any, target: any) => Promise<void>;
setDefault: (event: any, target: any) => Promise<void>;
};
position: { height: string; width: number };
tag: string;
window: { icon: string; resizable: boolean; title: string };
} = ...