InitServerTemplateOptions interface

Represents optional arguments that can be used when instantiating ServerTemplate synchronously.

Signature:

exportinterfaceInitServerTemplateOptionsextendsGetServerTemplateOptions

Extends:GetServerTemplateOptions

Properties

PropertyTypeDescription
templateServerTemplateDataTypeEnables 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;