Studio Service

CommonLayoutCondition

CommonLayoutCondition

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

FieldTypeDescription
idUUIDChecks for equality with the object’s `id` field.
nameStringChecks for equality with the object’s `name` field.
widthIntChecks for equality with the object’s `width` field.
heightIntChecks for equality with the object’s `height` field.
isFlexibleBooleanChecks for equality with the object’s `isFlexible` field.
isScalableBooleanChecks for equality with the object’s `isScalable` field.
zonesIntChecks for equality with the object’s `zones` field.
configJSONChecks for equality with the object’s `config` field.
createdAtDatetimeChecks for equality with the object’s `createdAt` field.
updatedAtDatetimeChecks for equality with the object’s `updatedAt` field.