bcgis-type
Version:
The SDK is based on Cesium for secondary development of 2, 3D all-in-one WebGis application framework, the framework optimizes the use of Cesium and add some additional features, designed for developers to quickly build WebGis applications.
17 lines • 353 B
TypeScript
/*
* @Description:
* @Autor: silei
* @Date: 2022-12-15 16:16:18
* @LastEditors: silei
* @LastEditTime: 2022-12-15 17:04:18
*/
interface Element {
correspondingElement: Element;
className: string | Object;
msRequestFullscreen();
mozRequestFullScreen();
webkitRequestFullscreen();
}
interface HTMLElement {
href:string
}