Interface SubmissionReference

The output structure for handing in an editor session

interface SubmissionReference {
    assignmentId: string;
    submissionId: string;
}

Properties

assignmentId: string

The id of the assignment for which this editor session is

submissionId: string

The id of this session