Preparing search index...
The search index is not available
discord-js-button-pagination-ts
discord-js-button-pagination-ts
<internal>
APIApplicationCommandInteractionDataIntegerOption
Interface APIApplicationCommandInteractionDataIntegerOption<Type>
interface
APIApplicationCommandInteractionDataIntegerOption
<
Type
extends
InteractionType
=
InteractionType
,
>
{
focused
?:
boolean
;
name
:
string
;
type
:
Integer
;
value
:
Type
extends
ApplicationCommandAutocomplete
?
string
:
number
;
}
Type Parameters
Type
extends
InteractionType
=
InteractionType
Hierarchy (
View Summary
)
APIInteractionDataOptionBase
<
Integer
,
Type
extends
ApplicationCommandAutocomplete
?
string
:
number
,
>
APIApplicationCommandInteractionDataIntegerOption
Index
Properties
focused?
name
type
value
Properties
Optional
focused
focused
?:
boolean
name
name
:
string
type
type
:
Integer
value
value
:
Type
extends
ApplicationCommandAutocomplete
?
string
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
focused
name
type
value
discord-js-button-pagination-ts
Loading...