ScreenData

Logo

A Data Model structure for displaying UI Screens

View the Project on GitHub ServerDriven/ScreenData

Spacer

Spacer {
    size: Int

    type: ViewType = .spacer
}

JSON Example

{
  "size": 8
}