@sqlrooms/kepler / AddTableToMapParams
Type Alias: AddTableToMapParams
AddTableToMapParams =
object
Properties
mapId
mapId:
string
tableName
tableName:
string
Table reference to load. This can also be an existing/saved Kepler dataset id when the table-selection policy can resolve it back to a table.
options?
optionaloptions?:AddDataToMapPayload["options"]
config?
optionalconfig?:AddDataToMapPayload["config"]
datasetId?
optionaldatasetId?:string
Explicit Kepler dataset id to write into datasets.info.id.
Most callers should omit this so tableSelection.getDatasetIdForTable controls new ids. Restore passes it to preserve saved layer/filter dataIds.
