Preparing search index...
The search index is not available
replugged
replugged
types
StringOptions
Interface StringOptions
interface
StringOptions
{
autocomplete
?:
boolean
;
choices
?:
readonly
CommandChoices
[]
;
description
:
string
;
displayDescription
?:
string
;
displayName
?:
string
;
focused
?:
boolean
;
max_length
?:
number
;
min_length
?:
number
;
name
:
string
;
required
?:
boolean
;
serverLocalizedName
?:
string
;
type
:
String
;
}
Hierarchy (
view full
)
CommandOptionAutocompleteAndChoices
BaseCommandOptions
<
String
>
StringOptions
Index
Properties
autocomplete?
choices?
description
display
Description?
display
Name?
focused?
max_
length?
min_
length?
name
required?
server
Localized
Name?
type
Properties
Optional
autocomplete
autocomplete
?:
boolean
Optional
choices
choices
?:
readonly
CommandChoices
[]
description
description
:
string
Optional
display
Description
display
Description
?:
string
Optional
display
Name
display
Name
?:
string
Optional
focused
focused
?:
boolean
Optional
max_
length
max_
length
?:
number
Optional
min_
length
min_
length
?:
number
name
name
:
string
Optional
required
required
?:
boolean
Optional
server
Localized
Name
server
Localized
Name
?:
string
type
type
:
String
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
autocomplete
choices
description
display
Description
display
Name
focused
max_
length
min_
length
name
required
server
Localized
Name
type
replugged
Loading...