Skip to main content
Version: v1

IConfigProviderBase Interface

Base interface for providing configurations to enable/disable/control features

Signature

export interface IConfigProviderBase

Methods

MethodReturn TypeDescription
getRawConfig(name)ConfigTypes

Method Details

getRawConfig

Signature

getRawConfig(name: string): ConfigTypes;

Parameters

ParameterTypeDescription
namestring

Returns

Return type: ConfigTypes