LayoutCondition
LayoutCondition
A condition to be used against Layout object types. All fields are tested for equality and combined with a logical ‘and.’
| Field | Type | Description | |
|---|---|---|---|
| id | UUID | Checks for equality with the object’s `id` field. | |
| orgId | UUID | Checks for equality with the object’s `orgId` field. | |
| spaceId | UUID | Checks for equality with the object’s `spaceId` field. | |
| name | String | Checks for equality with the object’s `name` field. | |
| width | Int | Checks for equality with the object’s `width` field. | |
| height | Int | Checks for equality with the object’s `height` field. | |
| isFlexible | Boolean | Checks for equality with the object’s `isFlexible` field. | |
| isScalable | Boolean | Checks for equality with the object’s `isScalable` field. | |
| zones | Int | Checks for equality with the object’s `zones` field. | |
| config | JSON | Checks for equality with the object’s `config` field. | |
| createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
| updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
| createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
| updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. | |
| fullScreenZoneId | String | Checks for equality with the object’s `fullScreenZoneId` field. | |