artalk
Preparing search index...
ConfigManager
Interface ConfigManager
interface
ConfigManager
{
get
:
()
=>
Config
;
update
:
(
conf
:
ConfigPartial
)
=>
void
;
watchConf
:
<
T
extends
(
keyof
Config
)
[]
>
(
keys
:
T
,
effect
:
(
val
:
Pick
<
Config
,
T
[
number
]
>
)
=>
void
,
)
=>
void
;
}
Index
Properties
get
update
watch
Conf
Properties
get
get
:
()
=>
Config
update
update
:
(
conf
:
ConfigPartial
)
=>
void
watch
Conf
watchConf
:
<
T
extends
(
keyof
Config
)
[]
>
(
keys
:
T
,
effect
:
(
val
:
Pick
<
Config
,
T
[
number
]
>
)
=>
void
,
)
=>
void
Type Declaration
<
T
extends
(
keyof
Config
)
[]
>
(
keys
:
T
,
effect
:
(
val
:
Pick
<
Config
,
T
[
number
]
>
)
=>
void
,
)
:
void
Watch the config
Type Parameters
T
extends
(
keyof
Config
)
[]
Parameters
keys
:
T
effect
:
(
val
:
Pick
<
Config
,
T
[
number
]
>
)
=>
void
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
update
watch
Conf
artalk
Loading...
Watch the config