Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 296 Bytes

File metadata and controls

30 lines (26 loc) · 296 Bytes

Text

Text {
	id: String?

	title: String

	style: Style?

	type: ViewType = .text
}

JSON Example

{
  "title": "...",
  "style": {
	"foregroundColor": {
	  "red": 1,
	  "alpha": 1,
	  "blue": 1,
	  "green": 1
	},
	"isHidden": false,
	"cornerRadius": 0,
	"padding": 0
  }
}