Skip to content

ObjectCardCollectionLayout

Layout properties for a collection view used in ObjectCardCollection section.


When assigning a rule to a property of ObjectCardCollectionLayout, the rule will be passed an instance of the following proxy class as an argument:


ObjectCardCollectionLayout Properties

Property Type Required Default
LayoutType enum No "Vertical"

LayoutType

  • type: enum
  • default: "Vertical"

The value of this property must be one of the known values listed below.

LayoutType Known Values

Value Description
HorizontalScroll
Vertical

Examples

  "Layout": {
    "LayoutType": "HorizontalScroll"
  }