Documentation
Github
Preparing search index...
iso-conf
<internal>
OnDidAnyChangeCallback
Type Alias OnDidAnyChangeCallback<T>
OnDidAnyChangeCallback
:
(
newValue
:
T
,
oldValue
:
T
)
=>
void
Called when any part of the config object changes.
Type Parameters
T
extends
Record
<
string
,
unknown
>
Type Declaration
(
newValue
:
T
,
oldValue
:
T
)
:
void
Parameters
newValue
:
T
oldValue
:
T
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
Documentation
Loading...
Called when any part of the config object changes.