Paragraph
On this page
Paragraph
Create Paragraph
lua
local Paragraph = Tab:Paragraph({
Title = "Paragraph",
Desc = "Paragraph Content \nAnd second line",
})
1
2
3
4
2
3
4
Edit Paragraph
- SetTitle()
lua
Paragraph:SetTitle("New Title!")
1
- SetDesc()
lua
Paragraph:SetDesc("New Description!")
1