Type alias UpdateLayersParamaeters

UpdateLayersParamaeters: {
    layers: LayerSpecification[];
    removedIds: string[];
}

Parameters needed to update the layers

Type declaration

  • layers: LayerSpecification[]
  • removedIds: string[]