Interface ListEditorDocumentsResponse

interface ListEditorDocumentsResponse {
    documents: EditorDocument[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

documents: EditorDocument[]

A page of documents in this editor session.

nextToken?: string

Token to get the next page of documents.