interface DataSourceJsonBase {
    type:
        | "raster"
        | "joinTable"
        | "queryTable"
        | "table";
    workspaceId?: string;
}

Hierarchy (view full)

Properties

Properties

type:
    | "raster"
    | "joinTable"
    | "queryTable"
    | "table"

Type of the DataSource.

workspaceId?: string

The unique string value used to identify the data-source's workspace.