ContentstackOptions
ContentstackOptions
Represents a set of options to configure a Stack.
| Name | Type | Description |
|---|---|---|
| ApiKey (required) | string | The api key used when communicating with the Contentstack API. |
| AccessToken | string | The access token used when communicating with the Contentstack API. |
| DeliveryToken (required) | string | The delivery token used when communicating with the Contentstack API. |
| Environment (required) | string | The environment used when communicating with the Contentstack API. |
| Region | ContentstackRegion | You can choose from seven regions namely, NA, EU, AU, Azure NA, Azure EU, GCP NA and GCP EU. |
| Host | string | The Host used to set host url for the Contentstack API. |
| Version | string | The Version number for the Contentstack API. |
| Branch | string | The Branch used to set Branch for the Contentstack API. |
| LivePreview | LivePreviewConfig | The Live preview configuration for the Contentstack API. |