Skip to content

Documentation / @geoverse/vue / GvFeatureList

Variable: GvFeatureList

ts
const GvFeatureList: DefineComponent<ExtractPropTypes<{
  ids: {
     default: undefined;
     type: PropType<string[]>;
  };
  labelOf: {
     default: undefined;
     type: PropType<(id, properties) => string>;
  };
  locator: {
     default: undefined;
     type: PropType<FeatureLocator>;
  };
  session: {
     required: true;
     type: PropType<EditSession>;
  };
}>, () => VNode<RendererNode, RendererElement, {
[key: string]: any;
}>, {
}, {
}, {
}, ComponentOptionsMixin, ComponentOptionsMixin, {
  pick: (_id) => true;
}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
  ids: {
     default: undefined;
     type: PropType<string[]>;
  };
  labelOf: {
     default: undefined;
     type: PropType<(id, properties) => string>;
  };
  locator: {
     default: undefined;
     type: PropType<FeatureLocator>;
  };
  session: {
     required: true;
     type: PropType<EditSession>;
  };
}>, {
  pick: (_id) => true;
}>, {
  ids: string[];
  labelOf: (id, properties) => string;
  locator: FeatureLocator;
}, {
}, {
}, {
}, string, ComponentProvideOptions, true, {
}, any>;

Defined in: components/attributes.ts:229

(过滤后)要素列表,点击 → 定位 + 选中。