Hierarchy

  • MergeGridConfig

Properties

fieldMap: {
    field: string;
    sources: string[];
}

The mapping parameters for the merge grid.

Type declaration

  • field: string
  • sources: string[]
gridId: string

The id of the merge grid.

layers: {
    layerId: string;
    subLayers: number[];
}

Ids for layers contained in the merge grid.

Type declaration

  • layerId: string
  • subLayers: number[]

The state options for the merge grid.

Generated using TypeDoc