Paragraph
Overview
A visible component to display the content in a paragraph.
Component Properties
| Property | Description |
|---|---|
| Text | The content to be displayed. |
Blocks
Events
On Click
fires when clicked on paragraph
loading block...
Properties
text
Accepts: String
sets paragraph text
loading block...
text
Returns: String
gets paragarph 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...