Button
Overview
A visible component used for click actions
Component Properties
| Property | Description |
|---|---|
| text | The text to be displayed on the button |
| disabled | Helps 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...