Studio Service

ThemeCondition

ThemeCondition

A condition to be used against Theme object types. All fields are tested for equality and combined with a logical ‘and.’

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
orgIdUUIDChecks for equality with the object’s `orgId` field.
nameStringChecks for equality with the object’s `name` field.
logoFileIdUUIDChecks for equality with the object’s `logoFileId` field.
logoFileIdDraftUUIDChecks for equality with the object’s `logoFileIdDraft` field.
configJSONChecks for equality with the object’s `config` field.
configDraftJSONChecks for equality with the object’s `configDraft` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.
createdByUUIDChecks for equality with the object’s `createdBy` field.
updatedByUUIDChecks for equality with the object’s `updatedBy` field.
titleFontIdDraftUUIDChecks for equality with the object’s `titleFontIdDraft` field.
bodyFontIdDraftUUIDChecks for equality with the object’s `bodyFontIdDraft` field.
titleFontIdUUIDChecks for equality with the object’s `titleFontId` field.
bodyFontIdUUIDChecks for equality with the object’s `bodyFontId` field.