kind
Home > @gooddata/sdk-backend-spi > ICollectionItemsConfig > kind
ICollectionItemsConfig.kind property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Kind of geo collection - STATIC (default) or CUSTOM. STATIC collections use /api/v1/location/collections/{collectionId}/items CUSTOM collections use /api/v1/location/custom/collections/{collectionId}/items
Signature:
kind?: GeoCollectionKind;