ThemeCondition
ThemeCondition
A condition to be used against Theme 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. | |
| name | String | Checks for equality with the object’s `name` field. | |
| logoFileId | UUID | Checks for equality with the object’s `logoFileId` field. | |
| logoFileIdDraft | UUID | Checks for equality with the object’s `logoFileIdDraft` field. | |
| config | JSON | Checks for equality with the object’s `config` field. | |
| configDraft | JSON | Checks for equality with the object’s `configDraft` 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. | |
| titleFontIdDraft | UUID | Checks for equality with the object’s `titleFontIdDraft` field. | |
| bodyFontIdDraft | UUID | Checks for equality with the object’s `bodyFontIdDraft` field. | |
| titleFontId | UUID | Checks for equality with the object’s `titleFontId` field. | |
| bodyFontId | UUID | Checks for equality with the object’s `bodyFontId` field. | |