github
Preparing search index...
The search index is not available
clide-js
clide-js
OptionGetter
Type Alias OptionGetter<T>
OptionGetter
:
<
V
extends
T
>
(
getterOptions
?:
OptionGetterParams
<
V
>
,
)
=>
Promise
<
OptionConfigPrimitiveType
<
V
>
>
A function to dynamically retrieve the value of a command option.
Type Parameters
T
extends
OptionConfig
Type declaration
<
V
extends
T
>
(
getterOptions
?:
OptionGetterParams
<
V
>
,
)
:
Promise
<
OptionConfigPrimitiveType
<
V
>
>
Type Parameters
V
extends
T
Parameters
Optional
getterOptions
:
OptionGetterParams
<
V
>
Returns
Promise
<
OptionConfigPrimitiveType
<
V
>
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
github
clide-js
Loading...
A function to dynamically retrieve the value of a command option.