interface APIButtonComponentWithURL

external
export interface APIButtonComponentWithURL extends APIButtonComponentBase<ButtonStyle.Link>

optionalexternal
disabled? : boolean

The status of the button

Inherited from: APIButtonComponentBase

optionalexternal
emoji? : APIMessageComponentEmoji

The emoji to display to the left of the text

Inherited from: APIButtonComponentBase

optionalexternal
label? : string

The label to be displayed on the button

Inherited from: APIButtonComponentBase

external
style : Style

The style of the button

Inherited from: APIButtonComponentBase

external
type : T

The type of the component

Inherited from: APIBaseComponent

external
url : string

The URL to direct users to when clicked for Link buttons