StaticDEFAULT_OPTIONS
DEFAULT_OPTIONS: {
actions: {
addGeoTag: (event: any, target: any) => Promise<void>;
addGlyphAction: (event: any, target: any) => Promise<void>;
editImage: (event: any, target: any) => void;
openGlyphAction: (event: any, target: any) => Promise<void>;
removeGeoTag: (event: any, target: any) => Promise<void>;
removeGlyphAction: (event: any, target: any) => Promise<void>;
};
classes: string[];
form: {
handler: (event: any, form: any, formData: any) => Promise<void>;
submitOnChange: boolean;
submitOnClose: boolean;
};
tag: string;
window: { height: number; icon: string; resizable: boolean; width: number };
} = ...
AppV2 sheet for Glyph items.