Interface HandInEditorSessionCommandInput

interface HandInEditorSessionCommandInput {
    editorSessionId: string;
    ignoreNonInteractedQuestions: boolean;
}

Hierarchy (View Summary)

Properties

editorSessionId: string

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

ignoreNonInteractedQuestions: boolean

Flag to set whether to ignored unanswered/noninteracted questions or not.