Studio Service

FontCondition

FontCondition

A condition to be used against Font 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.
fontTypeFontTypeChecks for equality with the object’s `fontType` field.
fontFamilyStringChecks for equality with the object’s `fontFamily` field.
regularFileIdUUIDChecks for equality with the object’s `regularFileId` field.
boldFileIdUUIDChecks for equality with the object’s `boldFileId` field.
italicFileIdUUIDChecks for equality with the object’s `italicFileId` field.
boldItalicFileIdUUIDChecks for equality with the object’s `boldItalicFileId` field.
thumbnailFileIdUUIDChecks for equality with the object’s `thumbnailFileId` field.
cssUrlStringChecks for equality with the object’s `cssUrl` field.
commonFontIdUUIDChecks for equality with the object’s `commonFontId` 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.