Skip to content

@eodash/eodash / Configuration / TEodashItemCatalog

Interface: TEodashItemCatalog

Properties

name

ts
name: "EodashItemCatalog";

properties?

ts
optional properties?: Partial<{
  bboxFilter: boolean;
  filters: FiltersConfig;
  filtersTitle: string;
  imageProperty: string;
  layoutIcon: string;
  layoutTarget: string;
  resultsTitle: string;
  title: string;
}> & Omit<object & VNodeProps & AllowedComponentProps & ComponentCustomProps,
  | "title"
  | "layoutTarget"
  | "layoutIcon"
  | "filtersTitle"
  | "resultsTitle"
  | "bboxFilter"
  | "imageProperty"
| "filters">;