Appearance
Documentation / @geoverse/core-ol / FeatureEditorOptions
Interface: FeatureEditorOptions
Defined in: packages/core-ol/src/interactions/featureEditor.ts:17
Properties
data?
ts
optional data?:
| Feature<Geometry, {
[x: string]: any;
}>
| Feature<Geometry, {
[x: string]: any;
}>[];Defined in: packages/core-ol/src/interactions/featureEditor.ts:21
待编辑要素(单个或数组)
target?
ts
optional target?: Map;Defined in: packages/core-ol/src/interactions/featureEditor.ts:19
地图对象(也可后续 setMap)
