Heading
Overview
A visible component to display the content in a heading.
Component Properties
| Property | Description |
|---|---|
| Size | Defines the size of the heading. |
| Text | The content of the heading. |
Blocks
Events
On click
fires when clicked on heading
loading block...
Properties
text
Accepts: String
sets the heading text
loading block...
text
Returns: String
gets the heading text
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...