Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
AutocompleteFocusedOption
Interface AutocompleteFocusedOption
From T, pick a set of properties whose keys are in the union K
interface
AutocompleteFocusedOption
{
focused
:
true
;
name
:
string
;
type
:
String
|
Integer
|
Number
;
value
:
string
;
}
Hierarchy (
View Summary
)
Pick
<
CommandInteractionOption
,
"name"
>
AutocompleteFocusedOption
Index
Properties
focused
name
type
value
Properties
focused
focused
:
true
name
name
:
string
type
type
:
String
|
Integer
|
Number
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
focused
name
type
value
discord-js-button-pagination-ts
Loading...
From T, pick a set of properties whose keys are in the union K