LinkButtonOptions

LinkButtonOptions

type: { disabled?: boolean; emoji?: EmojiData; label?: string; style: typeof ButtonStyle.LINK; url: string; }

Options for a link button component.

Properties

Property

Type

disabled?

boolean

emoji?

EmojiData

label?

string

style

typeof ButtonStyle.LINK

url

string