@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", ];featured?
ts
optional featured?: (
| string
| {
filter?: (item) => boolean;
key: string;
})[] = ["description", "providers", "assets", "links"];footer?
ts
optional footer?: (
| string
| {
filter?: (item) => boolean;
key: string;
})[] = ["sci:citation", "sci:doi", "sci:publication"];header?
ts
optional header?: (
| string
| {
filter?: (item) => boolean;
key: string;
})[] = ["title"];tags?
ts
optional tags?: (
| string
| {
filter?: (item) => boolean;
key: string;
})[] = ["themes"];