Interface LinkButton

A button component for redirecting to a link when clicked.

Hierarchy

  • Omit<BaseButtonComponent<LINK>, "custom_id">
    • LinkButton

Properties

disabled?: boolean
emoji?: Partial<EmojiData>
label?: string
style: LINK
type: BUTTON
url: string

Generated using TypeDoc