@idmwx/idmui-gl4
Version:
idm webgl4
74 lines (73 loc) • 1.88 kB
TypeScript
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 };
}
namespace mapFeather {
const type_2: StringConstructor;
export { type_2 as type };
}
namespace beforeLayer {
const type_3: StringConstructor;
export { type_3 as type };
}
namespace menuToggle {
const type_4: ObjectConstructor;
export { type_4 as type };
}
}
function data(): {
lngLat: undefined;
source: string;
layer: string;
labelLayer: string;
right: number;
};
namespace computed {
function lineColor(): any;
}
const watch: {
show: {
handler(): void;
immediate: boolean;
};
map: {
handler(): void;
immediate: boolean;
};
'menuToggle.v': {
handler(): void;
immediate: boolean;
};
};
namespace methods {
function handleBind(): void;
function handleMouseMove(e: any): void;
function handleComputeLatLngs(): ({
type: string;
geometry: {
type: string;
coordinates: number[][];
};
properties?: undefined;
} | {
type: string;
geometry: {
type: string;
coordinates: number[];
};
properties: {
val: string;
};
})[];
function handleZoomEnd(): void;
function handleRender(): void;
function handleClear(): void;
}
}