Yor.ts home page
Search...
⌘K
Support
Search...
Navigation
Classes
Yor.ts | classes/YorInteractionModal
Documentation
Community
GitHub
Guide
Blog
Docs
Interfaces
Classes
AutocompleteCommandContext
Base
Channel
CommandContext
ComponentContext
ContextMenuCommandInteraction
Emoji
Guild
Member
MessageContextMenuCommandInteraction
ModalContext
Role
Sticker
User
UserContextMenuCommandInteraction
Webhook
WebhookClient
YorClient
YorClientAPI
YorClientError
YorInteractionComponent
YorInteractionModal
YorMessageContextMenuCommand
YorSlashCommand
YorUserContextMenuCommand
Yor.ts
Guide
Cloudflare Workers
On this page
Class: YorInteractionModal
Implements
Table of contents
Constructors
Properties
Constructors
constructor
Returns
Properties
execute
Type declaration
Implementation of
Defined in
id
Implementation of
Defined in
Classes
Yor.ts | classes/YorInteractionModal
yor.ts
/
Exports
/ YorInteractionModal
Class: YorInteractionModal
Implements
Modal
Table of contents
Constructors
constructor
Properties
execute
id
Constructors
constructor
•
new YorInteractionModal
():
YorInteractionModal
Returns
YorInteractionModal
Properties
execute
•
execute
: (
context
:
ModalContext
) =>
void
|
Promise
<
void
>
Type declaration
▸ (
context
):
void
|
Promise
<
void
>
Parameters
Name
Type
context
ModalContext
Returns
void
|
Promise
<
void
>
Implementation of
Modal
.
execute
Defined in
src/structures/YorInteractionModal.ts:7
id
•
id
:
string
Implementation of
Modal
.
id
Defined in
src/structures/YorInteractionModal.ts:6
Was this page helpful?
Yes
No
Suggest edits
Raise issue
YorInteractionComponent
YorMessageContextMenuCommand
Assistant
Responses are generated using AI and may contain mistakes.