UNPKG

@idmwx/idmui-gl2-h5

Version:

idm webgl

53 lines (52 loc) 1.68 kB
export default _sfc_main; declare namespace _sfc_main { const name: string; namespace props { namespace map { const type: ObjectConstructor; } namespace show { const type_1: BooleanConstructor; export { type_1 as type }; } } function data(): { geojson: never[]; source: string; layer: string; labelLayer: string; tmpSource: string; tmpLayer: string; tmpLabelLayer: string; closeMarkers: {}; pointMarkers: {}; tipMarker: undefined; contextmenu: undefined; navigation: string; }; namespace watch { export namespace show_1 { function handler(): void; const immediate: boolean; } export { show_1 as show }; export namespace map_1 { function handler(): void; } export { map_1 as map }; } namespace methods { function handleBind(): void; function handleKeydown(event: any): void; function handleDrag(event: any): void; function handleDragEnd(event: any): void; function handleContextmenu(event: any): void; function handleClick(event: any): void; function handlePointUpdate(featureCollection: any): any; function handleTmpPointUpdate(featureCollection: any, start: any, target: any, end: any): void; function handleMove(event: any): void; function handleDblClick(event: any): void; function handleRender(featureCollection: any): void; function handleClear(featureCollection: any, deep?: boolean): void; } }