tsargp
Preparing search index...
WithOptionType
Type Alias WithOptionType<T>
Defines the type of an option.
type
WithOptionType
<
T
extends
OptionType
>
=
{
type
:
T
;
}
Type Parameters
T
extends
OptionType
The option type
Index
Properties
type
Properties
Readonly
type
type
:
T
The option type.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
tsargp
Loading...
Defines the type of an option.