Companion

Functions

Link copied to clipboard
operator fun invoke(label: String?, url: String): ComponentImpl.ComponentCreator

Creates a new Button with the specified, label and url (for ButtonStyle.LINK).

operator fun invoke(style: ButtonStyle, customId: String, label: String?): ComponentImpl.ComponentCreator

Creates a new Button with the specified style, customId and label.