StaticDEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
cancel: (event: any, target: any) => void;
pickTiles: (event: any, target: any) => Promise<void>;
removeGeoTag: (event: any, target: any) => void;
removeTile: (event: any, target: any) => void;
submit: (event: any, target: any) => Promise<void>;
};
classes: string[];
id: string;
tag: string;
window: { resizable: boolean; title: string; width: number };
} = ...