Represents optional arguments that can be used when instantiating ServerTemplate synchronously.
Signature:
export interface InitServerTemplateOptions extends GetServerTemplateOptions
Extends: GetServerTemplateOptions
Properties
Property | Type | Description |
---|---|---|
template | ServerTemplateDataType | Enables integrations to use template data loaded independently. For example, customers can reduce initialization latency by pre-fetching and caching template data and then using this option to initialize the SDK with that data. |
InitServerTemplateOptions.template
Enables integrations to use template data loaded independently. For example, customers can reduce initialization latency by pre-fetching and caching template data and then using this option to initialize the SDK with that data.
Signature:
template?: ServerTemplateDataType;