GetServerTemplateOptions interface

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

签名

export interface GetServerTemplateOptions 

属性

属性 类型 说明
defaultConfig DefaultConfig 定义应用内默认参数值,以便应用在连接到 Remote Config 后端之前能够按预期运行,并且在后端中未设置任何值时可以使用默认值。

GetServerTemplateOptions.defaultConfig

定义应用内默认参数值,以便应用在连接到 Remote Config 后端之前能够按预期运行,并且在后端中未设置任何值时可以使用默认值。

签名

defaultConfig?: DefaultConfig;