ScreenData

Logo

A Data Model structure for displaying UI Screens

View the Project on GitHub ServerDriven/ScreenData

Destination

Destination {
	type: DestinationType

	toID: String
}

JSON Example

{
	"type": "screen",
	"toID": "home"
}