• Preparing search index...
  • The search index is not available
Theia TypeDoc
  • Theia TypeDoc
  • notebook
  • notebook
  • parseCellOutputUri

Function parseCellOutputUri

  • parseCellOutputUri(uri): {
        notebook: URI;
        outputId?: string;
    } | undefined
  • Parameters

    • uri: URI

    Returns {
        notebook: URI;
        outputId?: string;
    } | undefined

    • Defined in packages/notebook/src/common/notebook-common.ts:313

Settings

Member Visibility

Theme

Theia TypeDoc
  • Loading...