A participant in a lineup.

0.4.0

interface LineupParticipantPrimitive {
    label: string;
    type: "Person" | "Entity";
    value: string;
}

Hierarchy (view full)

Properties

Properties

label: string

The label of the participant.

type: "Person" | "Entity"

The type of the participant.

value: string

The value of the participant.