Interface GetEditorSessionResponse

interface GetEditorSessionResponse {
    editorSession: EditorSession;
}

Hierarchy (View Summary)

Properties

Properties

editorSession: EditorSession

The found editor session.