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