InterfacePage
Represents a page of an interface
| Field : Object | Description |
|---|---|
| coverImage: InterfaceImage | The cover image of the page |
| description: String | The description of the page |
| elements: [ID] | The elements of the page |
| enableHeader: Boolean | Enable the page header or not |
| id: String | The ID of the page |
| index: Int | The index of the page |
| layout: JSON | The layout of the page |
| repoUuid: String | UUID of the repo, if this is a record template |
| tableElements: [ID] | Returns only table elements from this page |
| title: String | The title of the page |