tsargp
Preparing search index...
OptionValues
Type Alias OptionValues<T>
OptionValues
:
Resolve
<
Readonly
<
{
[
key
in
keyof
T
as
OptionKeyType
<
T
[
key
]
,
key
>
]
:
OptionDataType
<
T
[
key
]
>
}
,
>
,
>
A collection of option values.
Type Parameters
T
extends
Options
=
Options
The type of the option definitions
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
tsargp
Loading...
A collection of option values.