Interface OutputEditorFile

The structure of the response of the putfile request.

interface OutputEditorFile {
    assignmentId: string;
    editorSessionId: string;
    fileType: EditorFileType;
    path: string;
}

Properties

assignmentId: string

The assignment id the session refers to.

editorSessionId: string

The id of the editor session in which to add an item.

fileType: EditorFileType

The file type that has been created.

path: string

The path in which the session has been created in.