Interface PutEditorFileRequest

interface PutEditorFileRequest {
    editorSessionId: string;
    fileType: InputFileType;
    path: string;
}

Hierarchy (View Summary)

Properties

editorSessionId: string

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

fileType: InputFileType

The file type to be created.

path: string

The path in which the editor session has been created in.