@eodash/eodash / Configuration / TExportState
Interface: TExportState
Properties
name
ts
name: "ExportState";properties?
ts
optional properties?: Partial<{
getLayers: Function;
}> & Omit<object & VNodeProps & AllowedComponentProps & ComponentCustomProps, "getLayers">;