Skip to content

Documentation / @geoverse/vue / GvDraw

Variable: GvDraw

ts
const GvDraw: DefineComponent<ExtractPropTypes<{
  active: {
     default: boolean;
     type: BooleanConstructor;
  };
  config: {
     default: undefined;
     type: PropType<DrawStyleConfig>;
  };
  kind: {
     default: string;
     type: PropType<DrawKind>;
  };
}>, () => null, {
}, {
}, {
}, ComponentOptionsMixin, ComponentOptionsMixin, {
  complete: (_result) => true;
}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
  active: {
     default: boolean;
     type: BooleanConstructor;
  };
  config: {
     default: undefined;
     type: PropType<DrawStyleConfig>;
  };
  kind: {
     default: string;
     type: PropType<DrawKind>;
  };
}>, {
  complete: (_result) => true;
}>, {
  active: boolean;
  config: DrawStyleConfig;
  kind: DrawKind;
}, {
}, {
}, {
}, string, ComponentProvideOptions, true, {
}, any>;

Defined in: components/interactions.ts:28

绘制工具