Card List Position
The position of a row inside a card group, mirroring COUI's COUICardListHelper constants (NONE = 0, HEAD = 1, MIDDLE = 2, TAIL = 3, FULL = 4).
COUI's COUICardListSelectedItemLayout.setPadding uses the position to decide which of the card's outer edges get an extra CardListPosition.HeadOrTailPadding of vertical padding, and grows the row's minimum height by the same amount. Only the edges that are visually rounded receive it, so a standalone row (both edges rounded) gains the padding twice while a middle row gains none.
See also
Properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.