Skip to content

@eodash/eodash / Configuration / TEodashItemFilter

Interface: TEodashItemFilter

Properties

name

ts
name: "EodashItemFilter";

properties?

ts
optional properties?: Partial<{
  aggregateResults: string;
  cssVars: string | Record<string, any>;
  enableCompare: boolean;
  enableHighlighting: boolean;
  expandMultipleFilters: boolean;
  expandMultipleResults: boolean;
  filterProperties: object[];
  filtersTitle: string;
  imageProperty: string;
  resultsTitle: string;
  resultType: string;
  styleOverride: string;
  subTitleProperty: string;
  titleProperty: string;
}> & Omit<object & VNodeProps & AllowedComponentProps & ComponentCustomProps,
  | "enableCompare"
  | "filtersTitle"
  | "resultsTitle"
  | "imageProperty"
  | "titleProperty"
  | "aggregateResults"
  | "subTitleProperty"
  | "resultType"
  | "cssVars"
  | "enableHighlighting"
  | "expandMultipleFilters"
  | "expandMultipleResults"
  | "styleOverride"
| "filterProperties">;