View source
typedef DidOpenNotebookDocumentParams
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Notebook
The params sent in a open notebook document notification.
Available since
3.17.0
.Fields
cellTextDocuments:Array<TextDocumentItem>
The text documents that represent the content of a notebook cell.