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