Function: default()
default(
config
):object
Defined in: index.ts:21
Parameters
Parameter | Type |
---|---|
config | any |
Returns
object
Name | Type | Default value | Defined in |
---|---|---|---|
definitions | readonly [{ config : any ; definition : { dependencies : readonly ["fetch" , "freeze" , "logger" , "remoteConfigStatusAtom" , "getBuildMetadata" , "config?" , "errorTracking" ]; factory : (__namedParameters ) => RemoteConfig ; id : "remoteConfig" ; public : true ; type : "module" ; }; }, { definition : { dependencies : readonly []; factory : () => Atom <RemoteConfigStatus >; id : "remoteConfigStatusAtom" ; type : "atom" ; }; }, { definition : { dependencies : readonly ["remoteConfig" , "port" ]; factory : (__namedParameters ) => object ; id : "remoteConfigPlugin" ; public : true ; type : "plugin" ; }; }, { definition : { dependencies : readonly ["remoteConfig" ]; factory : (__namedParameters ) => object ; id : "remoteConfigApi" ; type : "api" ; }; }, { definition : { dependencies : readonly ["remoteConfigStatusAtom" ]; factory : (__namedParameters ) => object ; id : "remoteConfigReport" ; public : true ; type : "report" ; }; }] | - | index.ts:28 |
id | "remoteConfig" | 'remoteConfig' | index.ts:27 |