Preparing search index...
The search index is not available
Rhidium
Rhidium
Utils
PromptWithMinMax
Type Alias PromptWithMinMax
PromptWithMinMax
:
PromptBase
&
(
|
{
choices
?:
never
;
maxLength
?:
number
;
minLength
?:
number
;
type
:
"string"
;
}
|
{
choices
?:
never
;
maxValue
?:
number
;
minValue
?:
number
;
type
:
"number"
}
)
Provides min/max validation for string and number prompts.
If
choices
are used,
minLength
and
maxLength
are resolved dynamically.
If type is
channel
or
role
, snowflake validation is automatically applied.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Rhidium
Loading...
Provides min/max validation for string and number prompts.
choices
are used,minLength
andmaxLength
are resolved dynamically.channel
orrole
, snowflake validation is automatically applied.