Skip to content

Documentation / @geoverse/vue / GvFeatureEditor

Variable: GvFeatureEditor

ts
const GvFeatureEditor: DefineComponent<ExtractPropTypes<{
  active: {
     default: boolean;
     type: BooleanConstructor;
  };
  data: {
     default: () => never[];
     type: PropType<Feature<Geometry, {
      [x: string]: any;
     }>[]>;
  };
}>, () => null, {
}, {
}, {
}, ComponentOptionsMixin, ComponentOptionsMixin, {
  adjust: (_evt) => true;
  end: (_evt) => true;
}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
  active: {
     default: boolean;
     type: BooleanConstructor;
  };
  data: {
     default: () => never[];
     type: PropType<Feature<Geometry, {
      [x: string]: any;
     }>[]>;
  };
}>, {
  adjust: (_evt) => true;
  end: (_evt) => true;
}>, {
  active: boolean;
  data: Feature<Geometry, {
   [x: string]: any;
  }>[];
}, {
}, {
}, {
}, string, ComponentProvideOptions, true, {
}, any>;

Defined in: components/interactions.ts:109

要素编辑器(顶点编辑)