new IPortalShareEntity(shareEntity)
Usage
// 浏览器
<script type="text/javascript" src="https://iclient.supermap.io/dist/openlayers/iclient-ol.js"></script>
<script>
new ol.supermap.iPortalShareEntity(shareEntity);
// 弃用的写法
new SuperMap.iPortalShareEntity(shareEntity);
</script>
// ES6 Import
import { IPortalShareEntity } from '@supermapgis/iclient-ol';
new IPortalShareEntity(shareEntity);
common/iPortal/iPortalShareEntity.js, line 6
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
shareEntity |
Object |
可选参数。
|
- Version:
- 10.0.1