GetServerTemplateOptions interface

Represents optional arguments that can be used when instantiating ServerTemplate.

Signature:

export interface GetServerTemplateOptions 

Properties

Property Type Description
defaultConfig DefaultConfig Defines in-app default parameter values, so that your app behaves as intended before it connects to the Remote Config backend, and so that default values are available if none are set on the backend.

GetServerTemplateOptions.defaultConfig

Defines in-app default parameter values, so that your app behaves as intended before it connects to the Remote Config backend, and so that default values are available if none are set on the backend.

Signature:

defaultConfig?: DefaultConfig;