Preparing search index...
The search index is not available
Rhidium
Rhidium
Utils
PromptInteractionOptions
Type Alias PromptInteractionOptions<P>
PromptInteractionOptions
:
{
allowCancel
?:
boolean
;
contextTransformer
?:
(
prompt
:
ResolvedPrompt
<
P
>
,
arr
:
ResolvedPrompt
<
P
>
[]
,
ind
:
number
,
collected
:
string
[]
|
null
,
errorFeedbackFields
:
APIEmbedField
[]
,
)
=>
GenericInteractionOptions
;
}
Type Parameters
P
extends
Prompt
Type declaration
Optional
allowCancel
?:
boolean
Optional
contextTransformer
?:
(
prompt
:
ResolvedPrompt
<
P
>
,
arr
:
ResolvedPrompt
<
P
>
[]
,
ind
:
number
,
collected
:
string
[]
|
null
,
errorFeedbackFields
:
APIEmbedField
[]
,
)
=>
GenericInteractionOptions
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Rhidium
Loading...