class LinkButtonBuilder

extends

LinkButtonBuilder_base
external
declare class LinkButtonBuilder extends LinkButtonBuilder_base

A builder that creates API-compatible JSON data for buttons with links.

Constructors

external
constructor()

Constructs a new instance of the LinkButtonBuilder class

protectedreadonlyexternal
data : Partial<APIButtonComponentWithURL>

external
setURL(
url: string
) : this

Sets the URL for this button.