TextAndButtons

abstract class TextAndButtons : PluginElement

Component containing Text and Button elements. You should always expect at least one button, but more often might encounter multiple buttons as choices for the user.

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Buttons, or choices, associated with this component. Do not display buttons without displaying text component. Buttons might be as simple as "Yes", which needs the contextual information from text.

Link copied to clipboard
abstract val text: PluginElement.Text

Text associated with a choice which is presented by buttons.