InitServerTemplateOptions interface

表示同步实例化 ServerTemplate 时可以使用的可选参数。

签名

export interface InitServerTemplateOptions extends GetServerTemplateOptions 

扩展GetServerTemplateOptions

属性

属性 类型 说明
模板 ServerTemplateDataType 启用集成以使用独立加载的模板数据。例如,客户可以通过预取和缓存模板数据,然后使用该数据来初始化 SDK 来缩短初始化延迟时间。

InitServerTemplateOptions.template

启用集成以使用独立加载的模板数据。例如,客户可以通过预取和缓存模板数据,然后使用该数据来初始化 SDK 来缩短初始化延迟时间。

签名

template?: ServerTemplateDataType;