Skip to content

Documentation / @geoverse/vue / GvAttributeFilter

Variable: GvAttributeFilter

ts
const GvAttributeFilter: DefineComponent<ExtractPropTypes<{
  declared: {
     default: undefined;
     type: PropType<FieldSchema>;
  };
  session: {
     required: true;
     type: PropType<EditSession>;
  };
}>, () => VNode<RendererNode, RendererElement, {
[key: string]: any;
}>, {
}, {
}, {
}, ComponentOptionsMixin, ComponentOptionsMixin, {
}, string, PublicProps, ToResolvedProps<ExtractPropTypes<{
  declared: {
     default: undefined;
     type: PropType<FieldSchema>;
  };
  session: {
     required: true;
     type: PropType<EditSession>;
  };
}>, {
}>, {
  declared: FieldSchema;
}, {
}, {
}, {
}, string, ComponentProvideOptions, true, {
}, any>;

Defined in: components/attributes.ts:162

字段 + 算子 + 值组装谓词,apply/clear。