Skip to content

@eodash/eodash / Configuration / TEodashItemCatalog

Interface: TEodashItemCatalog

Properties

name

ts
name: "EodashItemCatalog";

properties?

ts
optional properties?: Partial<{
  bboxFilter: boolean;
  datetimeFilter: boolean;
  enableCompare: boolean;
  filters: FiltersConfig;
  filtersTitle: string;
  hoverProperties: string[];
  imageProperty: string;
  layoutIcon: string;
  layoutTarget: string;
  resultsTitle: string;
  searchLimit: number;
  showTitleBlock: boolean;
  sortBy: object[];
  stacEndpoint: string;
  title: string;
  useMosaic: boolean;
}> & Omit<object & VNodeProps & AllowedComponentProps & ComponentCustomProps,
  | "enableCompare"
  | "title"
  | "hoverProperties"
  | "sortBy"
  | "layoutTarget"
  | "layoutIcon"
  | "filtersTitle"
  | "resultsTitle"
  | "datetimeFilter"
  | "bboxFilter"
  | "imageProperty"
  | "showTitleBlock"
  | "filters"
  | "useMosaic"
  | "stacEndpoint"
| "searchLimit">;