{"$schema":"https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json","framework":"vue","name":"@vuemap/vue-amap-extra","version":"2.1.5","contributions":{"html":{"types-syntax":"typescript","description-markup":"markdown","tags":[{"name":"el-amap-three-gltf","source":{"symbol":"ElAmapThreeGltf"},"description":"ThreeJS的gltf加载器封装的组件，用于加载gltf模型","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#amapthreegltf","attributes":[{"name":"url","description":"模型地址,只支持gltf","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"scale","description":"缩放大小","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"number|array[x|y|z]","kind":"expression"}},{"name":"position","description":"车辆位置经纬度","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"visible","description":"是否显示，默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"rotation","description":"旋转角度,通过该参数调整模型方向","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"angle","description":"模型绕Y轴旋转角度，该参数主要用于车辆模型的位置调整","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"move-animation","description":"是否开启移动动画","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"{duration: number|smooth: boolean}","kind":"expression"}},{"name":"config-loader","description":"配置loader，用于添加draco等扩展","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"function","kind":"expression"}},{"name":"use-model-cache","description":"是否启用模型缓存，开启后模型批量加载同一个模型地址时只有第一个执行下载，后续模型将直接使用clone能力。默认false","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"show-popup","description":"是否显示popup，默认false，如果需要展示popup，需要开启将`el-amap-layer-three`的`create-css-render`属性设置为true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"popup-height","description":"popup的高度，默认 0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"popup-scale","description":"三维弹窗的缩放比例(只有在popupType为3D时生效)","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"number|array\\[number\\]","kind":"expression"}},{"name":"popup-type","description":"信息弹窗类型","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#attributes","value":{"type":"'2d'|'3d'","kind":"expression"}}],"events":[{"name":"init","description":"实例初始化结束","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#events"},{"name":"click","description":"点击事件","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#events"},{"name":"mouseover","description":"鼠标悬浮","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#events"},{"name":"mouseout","description":"鼠标离开","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-gltf.html#events"}]},{"name":"el-amap-layer-three","source":{"symbol":"ElAmapLayerThree"},"description":"ThreeJS图层，基于AMap.GLCustomLayer，增加通用的配置，目前包含lights（灯光）、hdr。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#amaplayerthree","attributes":[{"name":"lights","description":"配置灯光数据，具体参数见下面","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"hdr","description":"HDR功能配置，具体参数见下面","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"alpha","description":"canvas是否包含alpha (透明度)。默认为 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"antialias","description":"是否执行抗锯齿。默认为false","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"zooms","description":"支持的缩放级别范围，默认范围 [2-20]","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"visible","description":"是否显示，默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"图层叠加的顺序值，1 表示最底层。默认 zIndex：120","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"opacity","description":"透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"axes-helper","description":"是否开启debug的箭头，默认false","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"create-canvas","description":"是否创建新的canvas绘制threejs，默认false","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"web-g-l-renderer-parameters","description":"创建WebglRenderer时传递的数据","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"webglrendererparameters","kind":"expression"}},{"name":"create-css-render","description":"是否创建cssRender，只有开启cssRender后，gltf组件的popup才能生效","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#attributes","value":{"type":"boolean","kind":"expression"}}],"events":[{"name":"init","description":"实例初始化结束","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#events"},{"name":"click","description":"点击图层，获取自定义的物体","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#events"},{"name":"mouseover","description":"移动到自定义的物体上","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#events"},{"name":"mouseout","description":"从自定义的物体上移除","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-layer.html#events"}]},{"name":"el-amap-three-light-ambient","source":{"symbol":"ElAmapThreeLightAmbient"},"description":"ThreeJS的环境光会均匀的照亮场景中的所有物体","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-ambient.html#amapthreelightambient","attributes":[{"name":"color","description":"颜色","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-ambient.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"intensity","description":"光照的强度。缺省值为 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-ambient.html#attributes","value":{"type":"number","kind":"expression"}}],"events":[{"name":"init","description":"实例初始化结束","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-ambient.html#events"}]},{"name":"el-amap-three-light-directional","source":{"symbol":"ElAmapThreeLightDirectional"},"description":"平行光是沿着特定方向发射的光。这种光的表现像是无限远,从它发出的光线都是平行的。常常用平行光来模拟太阳光 的效果; 太阳足够远，因此我们可以认为太阳的位置是无限远，所以我们认为从太阳发出的光线也都是平行的","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-directional.html#amapthreelightdirectional","attributes":[{"name":"color","description":"颜色","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-directional.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"intensity","description":"光照的强度。缺省值为 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-directional.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"position","description":"灯光位置","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-directional.html#attributes","value":{"type":"{x:number|y:number|z:number}","kind":"expression"}},{"name":"target","description":"物体，配置后，平行光将跟着物体","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-directional.html#attributes","value":{"type":"object3d","kind":"expression"}}],"events":[{"name":"init","description":"实例初始化结束","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-directional.html#events"}]},{"name":"el-amap-three-light-hemisphere","source":{"symbol":"ElAmapThreeLightHemisphere"},"description":"光源直接放置于场景之上，光照颜色从天空光线颜色渐变到地面光线颜色。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-hemisphere.html#amapthreelighthemisphere","attributes":[{"name":"color","description":"天空中发出光线的颜色","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-hemisphere.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"ground-color","description":"地面发出光线的颜色","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-hemisphere.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"intensity","description":"光照的强度。缺省值为 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-hemisphere.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"position","description":"灯光位置","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-hemisphere.html#attributes","value":{"type":"{x:number|y:number|z:number}","kind":"expression"}}],"events":[{"name":"init","description":"实例初始化结束","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-hemisphere.html#events"}]},{"name":"el-amap-three-light-point","source":{"symbol":"ElAmapThreeLightPoint"},"description":"从一个点向各个方向发射的光源。一个常见的例子是模拟一个灯泡发出的光。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#amapthreelightpoint","attributes":[{"name":"color","description":"颜色","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"intensity","description":"光照的强度。缺省值为 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"distance","description":"这个距离表示从光源到光照强度为0的位置。 当设置为0时，光永远不会消失(距离无穷大)。缺省值 0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"decay","description":"沿着光照距离的衰退量。缺省值 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"position","description":"灯光位置","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#attributes","value":{"type":"{x:number|y:number|z:number}","kind":"expression"}}],"events":[{"name":"init","description":"实例初始化结束","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-point.html#events"}]},{"name":"el-amap-three-light-spot","source":{"symbol":"ElAmapThreeLightSpot"},"description":"光线从一个点沿一个方向射出，随着光线照射的变远，光线圆锥体的尺寸也逐渐增大。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#amapthreelightspot","attributes":[{"name":"color","description":"颜色","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"intensity","description":"光照的强度。缺省值为 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"distance","description":"这个距离表示从光源到光照强度为0的位置。 当设置为0时，光永远不会消失(距离无穷大)。缺省值 0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"angle","description":"光线散射角度，最大为Math.PI/2","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"penumbra","description":"聚光锥的半影衰减百分比。在0和1之间的值。默认为0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"decay","description":"沿着光照距离的衰退量。缺省值 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"position","description":"灯光位置","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes","value":{"type":"{x:number|y:number|z:number}","kind":"expression"}},{"name":"target","description":"灯光目标","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#attributes","value":{"type":"object3d","kind":"expression"}}],"events":[{"name":"init","description":"实例初始化结束","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-light-spot.html#events"}]},{"name":"el-amap-three-polygon","source":{"symbol":"ElAmapThreePolygon"},"description":"ThreeJS的面图层，支持侧面贴图，主要用于生成建筑","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#amapthreepolygon","attributes":[{"name":"side-top-color","description":"侧面顶部颜色, 默认 #ffffff","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"side-bottom-color","description":"侧面底部颜色, 默认 #ffffff","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"side-texture","description":"侧面贴图图片地址，侧面优先使用该属性,默认空","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"top-color","description":"顶部颜色, 默认 #ffffff","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"bottom-color","description":"底部颜色, 默认 #ffffff","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"height","description":"楼层高度，优先读取geojson数据中properties中的height，默认 30","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"depth-test","description":"是否进行深度检测， 默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"source","description":"geojson数据","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#attributes","value":{"type":"object","kind":"expression"}}],"events":[{"name":"init","description":"实例初始化结束","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-polygon.html#events"}]},{"name":"el-amap-three-tiles3d","source":{"symbol":"ElAmapThreeTiles3d"},"description":"ThreeJS的3dtiles加载插件","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#amapthreetiles3d","attributes":[{"name":"url","description":"地址","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"position","description":"模型中心点位置","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"scale","description":"缩放大小","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":"number|{x|y|z}","kind":"expression"}},{"name":"visible","description":"是否显示，默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"rotation","description":"旋转角度,通过该参数调整模型方向","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":"{x|y|z}","kind":"expression"}},{"name":"translate","description":"模型偏移设置","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":"{x|y|z}","kind":"expression"}},{"name":"draco-decoder-path","description":"DRACOLoader 的decoder路径，默认使用CDN路径，默认：https://cdn.jsdelivr.net/npm/three@0.143/examples/js/libs/draco/","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":"string","kind":"expression"}},{"name":"fetch-options","description":"使用fetch下载文件的参数","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":"object","kind":"expression"}},{"name":"mouse-event","description":"是否开启事件,默认false","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"debug","description":"是否开启debug，开启后将会在页面最顶部显示当前模型处理情况， 默认 false","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"auto-focus","description":"加载后是否自动将地图中心点移动到模型中心，仅在不传position时生效","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"config-loader","description":"配置loader，用于添加draco等扩展","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#attributes","value":{"type":" => void","kind":"expression"}}],"events":[{"name":"init","description":"实例初始化结束","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#events"},{"name":"click","description":"点击事件","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#events"},{"name":"mouseover","description":"鼠标悬浮","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-tiles3d.html#events"}]},{"name":"el-amap-three-video","source":{"symbol":"ElAmapThreeVideo"},"description":"ThreeJS的视频实现，支持任意旋转，支持三维展示。","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#amapthreevideo","attributes":[{"name":"video","description":"视频地址","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"string|array|htmlvideoelement","kind":"expression"}},{"name":"visible","description":"是否显示，默认 true","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"boolean","kind":"expression"}},{"name":"z-index","description":"图层叠加的顺序值，1 表示最底层。默认 zIndex：0","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"opacity","description":"透明度，默认 1","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"video-translate","description":"视频位置偏移，主要用于配合背景使用","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"{x:number|y:number|z: number}","kind":"expression"}},{"name":"video-width","description":"视频宽度，不填写时默认使用实际宽度","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"video-height","description":"视频高度，不填写时默认使用实际高度","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"canvas","description":"背景Canvas","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"htmlcanvaselement","kind":"expression"}},{"name":"position","description":"位置经纬度","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"array","kind":"expression"}},{"name":"altitude","description":"视频海拔高度","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"rotation","description":"旋转角度","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"{x:number|y:number|z:number}","kind":"expression"}},{"name":"scale","description":"缩放大小","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"number|array","kind":"expression"}},{"name":"angle","description":"旋转角度","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"number","kind":"expression"}},{"name":"always-front","description":"是否一直面朝屏幕,默认false","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#attributes","value":{"type":"boolean","kind":"expression"}}],"events":[{"name":"init","description":"实例初始化结束","doc-url":"https://vue-amap.guyixi.cn/zh-cn/component/vue-amap-extra/three-video.html#events"}]}]}}}