Studio Service

CommonLayoutFilter

CommonLayoutFilter

A filter to be used against CommonLayout object types. All fields are combined with a logical ‘and.’

FieldTypeDescription
idUUIDFilterFilter by the object’s `id` field.
nameStringFilterFilter by the object’s `name` field.
widthIntFilterFilter by the object’s `width` field.
heightIntFilterFilter by the object’s `height` field.
isFlexibleBooleanFilterFilter by the object’s `isFlexible` field.
isScalableBooleanFilterFilter by the object’s `isScalable` field.
zonesIntFilterFilter by the object’s `zones` field.
configJSONFilterFilter by the object’s `config` field.
createdAtDatetimeFilterFilter by the object’s `createdAt` field.
updatedAtDatetimeFilterFilter by the object’s `updatedAt` field.
and[CommonLayoutFilter!]Checks for all expressions in this list.
or[CommonLayoutFilter!]Checks for any expressions in this list.
notCommonLayoutFilterNegates the expression.