Takaro - v0.4.9
Preparing search index...
@takaro/config
Config
Class Config<T>
Type Parameters
T
extends
IBaseConfig
Index
Constructors
constructor
Properties
_
config
Methods
get
load
validate
Constructors
constructor
new
Config
<
T
extends
IBaseConfig
>
(
valuesArray
?:
Schema
<
Partial
<
T
>
>
[]
)
:
Config
<
T
>
Type Parameters
T
extends
IBaseConfig
Parameters
valuesArray
:
Schema
<
Partial
<
T
>
>
[]
= []
Returns
Config
<
T
>
Properties
_
config
_config
:
Config
<
T
>
Methods
get
get
<
K
extends
string
|
number
|
symbol
>
(
arg
:
K
,
)
:
K
extends
null
|
undefined
?
T
:
K
extends
Path
<
T
>
?
PathValue
<
T
,
K
<
K
>
>
:
never
Type Parameters
K
extends
string
|
number
|
symbol
Parameters
arg
:
K
Returns
K
extends
null
|
undefined
?
T
:
K
extends
Path
<
T
>
?
PathValue
<
T
,
K
<
K
>
>
:
never
load
load
(
data
:
Partial
<
T
>
)
:
void
Parameters
data
:
Partial
<
T
>
Returns
void
validate
validate
()
:
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
_
config
Methods
get
load
validate
Takaro - v0.4.9
Loading...