Type Alias NotebookDocumentIdentifier

NotebookDocumentIdentifier: { uri: URI }

A literal to identify a notebook document in the client.

Type declaration

  • uri: URI

    The notebook document's uri.

3.17.0