Interface: PaginatedMessageActionLink
discord.js-utilities/src.PaginatedMessageActionLink
To utilize links you can pass an object with the structure of PaginatedMessageActionLink to PaginatedMessage actions.
example
You can also give the object directly.
const LinkSapphireJs: PaginatedMessageActionLink {
url: 'https://sapphirejs.dev',
label: 'Sapphire Website',
emoji: '🔗'
}
Hierarchy​
LinkButtonOptions
↳
PaginatedMessageActionLink
Properties​
disabled​
• Optional
disabled: boolean
Inherited from​
LinkButtonOptions.disabled
Defined in​
node_modules/discord.js/typings/index.d.ts:5242
emoji​
• Optional
emoji: EmojiIdentifierResolvable
Inherited from​
LinkButtonOptions.emoji
Defined in​
node_modules/discord.js/typings/index.d.ts:5243
label​
• Optional
label: string
Inherited from​
LinkButtonOptions.label
Defined in​
node_modules/discord.js/typings/index.d.ts:5244
style​
• style: "LINK"
| LINK
Inherited from​
LinkButtonOptions.style
Defined in​
node_modules/discord.js/typings/index.d.ts:5248
type​
• type: ExcludeEnum
<typeof MessageComponentTypes
, "SELECT_MENU"
| "ACTION_ROW"
>
Overrides​
LinkButtonOptions.type
Defined in​
url​
• url: string
Inherited from​
LinkButtonOptions.url
Defined in​
node_modules/discord.js/typings/index.d.ts:5249