Skip to content

@eodash/eodash / Widgets / EodashStacInfo

Class: EodashStacInfo

Guide: EodashStacInfo

Properties

allowHtml?

ts
optional allowHtml?: boolean = true;

body?

ts
optional body?: (
  | string
  | {
  filter?: (item) => boolean;
  key: string;
})[] = [ "satellite", "sensor", "insituSources", "otherSources", "agency", "extent", ];

ts
optional featured?: (
  | string
  | {
  filter?: (item) => boolean;
  key: string;
})[] = ["description", "providers", "assets", "links"];

ts
optional footer?: (
  | string
  | {
  filter?: (item) => boolean;
  key: string;
})[] = ["sci:citation", "sci:doi", "sci:publication"];

ts
optional header?: (
  | string
  | {
  filter?: (item) => boolean;
  key: string;
})[] = ["title"];

tags?

ts
optional tags?: (
  | string
  | {
  filter?: (item) => boolean;
  key: string;
})[] = ["themes"];