Preparing search index...
The search index is not available
Buape Utilities - v0.0.0
Buape Utilities
@buape/lib
ButtonHandler
Class ButtonHandler
Hierarchy (
view full
)
_BaseHandler
ButtonHandler
Index
Constructors
constructor
Properties
client
Methods
fetch
Component
handle
Component
load
Files
post
Load
reload
Files
specific
Checks
Constructors
constructor
new
Button
Handler
(
client
)
:
ButtonHandler
Parameters
client
:
BetterClient
Returns
ButtonHandler
Properties
client
client
:
BetterClient
Methods
fetch
Component
fetch
Component
(
key
)
:
undefined
|
ApplicationCommand
|
Button
|
Dropdown
|
TextCommand
Parameters
key
:
string
Returns
undefined
|
ApplicationCommand
|
Button
|
Dropdown
|
TextCommand
handle
Component
handle
Component
(
interaction
)
:
Promise
<
void
|
InteractionResponse
<
boolean
>
>
Parameters
interaction
:
ButtonInteraction
<
CacheType
>
|
CommandInteraction
<
CacheType
>
|
AnySelectMenuInteraction
Returns
Promise
<
void
|
InteractionResponse
<
boolean
>
>
load
Files
load
Files
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
post
Load
post
Load
(
)
:
void
Returns
void
reload
Files
reload
Files
(
)
:
void
Returns
void
specific
Checks
specific
Checks
(
interaction
,
component
)
:
Promise
<
unknown
>
Parameters
interaction
:
ButtonInteraction
<
CacheType
>
|
CommandInteraction
<
CacheType
>
|
AnySelectMenuInteraction
component
:
_BaseComponent
Returns
Promise
<
unknown
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
client
fetch
Component
handle
Component
load
Files
post
Load
reload
Files
specific
Checks
Buape Utilities - v0.0.0
Loading...