The primitive interface for role cards in a lineup.

Unlike Role, properties in this interface are only necessary for the lineup.

0.7.0

interface LineupRoleCardPrimitive {
    editing: boolean;
    hidden: boolean;
    type: "Participant" | "Titled";
}

Hierarchy (view full)

Properties

Properties

editing: boolean

Whether the role is being edited.

hidden: boolean

Whether the role is hidden in presentation mode.

0.9.0

type: "Participant" | "Titled"

The type of the role card.