declare class LinkButtonBuilder extends LinkButtonBuilder_base
A builder that creates API-compatible JSON data for buttons with links.
Constructors
externaldata?: Partial<APIButtonComponent>) constructor(
data?: Partial<APIButtonComponent>
Constructs a new instance of the LinkButtonBuilder
class
protectedreadonlyexternalPartial<APIButtonComponentWithURL> data :
external setURLurl: string) : this (
url: string
Sets the URL for this button.