Type alias ParticipantSlot

ParticipantSlot: {
    id: Id | null;
    position?: number;
} | null

Used by the library to handle placements. Is null if is a BYE. Has a null name if it's yet to be determined.

Type declaration

  • id: Id | null
  • Optional position?: number

Generated using TypeDoc