Saxonberg Server API
    Preparing search index...

    One assignment: an assignee holding a Position on a schedule.

    interface RosterAssignment {
        assignee: string;
        positionKey: string;
        schedule: ShiftEntry[];
    }
    Index

    Properties

    assignee: string

    templatePath of the assigned actor.

    positionKey: string

    The Position key the assignee holds.

    schedule: ShiftEntry[]

    The shift windows the assignee works.