Skip to main content

Button

Overview

A visible component used for click actions

Component Properties

PropertyDescription
textThe text to be displayed on the button
disabledHelps to disable the button. Default: not disabled

Blocks

Events

On Click

Event triggers when the button is clicked

loading block...

Properties

text

Accepts: String

sets the button text

loading block...

text

Returns: String

gets the button text

loading block...

disabled

Accepts: String

sets the button disabled property

loading block...

disabled

Returns: String

gets the button disabled state

loading block...

hide

Accepts: Boolean

Hides the component if the input is true and shows it if the input is false

loading block...

hidden

Returns: Boolean

Returns true if the component is hidden and false if it is not

loading block...