UITextElement
Examples
simple
{
type: "Text",
content: "Hello, world!",
}with links
{
type: "Text",
content: "Fill the form https://www.google.com.",
}markdown
{
type: "Text",
content: "**Hello**, _world_!",
}complex markdown
Properties
type
content
id
onCreate()?
Parameters
Parameter
Type
Description
Returns
onDestroy()?
Parameters
Parameter
Type
Description
Returns
Last updated
Was this helpful?