Skip to content

Documentation / @geoverse/vue / GvMarker

Variable: GvMarker

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

Defined in: components/features.ts:68

点标注