Skip to content

Documentation / @geoverse/vue / GvPolyline

Variable: GvPolyline

ts
const GvPolyline: DefineComponent<ExtractPropTypes<{
  options: {
     default: () => {
     };
     type: PropType<PolylineOptions>;
  };
}>, () => null, {
}, {
}, {
}, ComponentOptionsMixin, ComponentOptionsMixin, {
  click: (_e) => boolean;
  mouseout: (_e) => boolean;
  mouseover: (_e) => boolean;
}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
  options: {
     default: () => {
     };
     type: PropType<PolylineOptions>;
  };
}>, {
  click: (_e) => boolean;
  mouseout: (_e) => boolean;
  mouseover: (_e) => boolean;
}>, {
  options: PolylineOptions;
}, {
}, {
}, {
}, string, ComponentProvideOptions, true, {
}, any>;

Defined in: components/features.ts:170

折线