Interface CreateEditorSessionCommandInput

interface CreateEditorSessionCommandInput {
    assignmentId: string;
    name: string;
    owner: string;
    source: EditorSessionSource;
}

Hierarchy (View Summary)

Properties

assignmentId: string

The ID of the assignment to create an editor session for.

name: string

The name of the editor session

owner: string

The owner of the editor session

The source of the editor session