Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContentManager

Handles interacting with file and folder contents

Hierarchy

  • ContentManager

Index

Methods

getNotebookContents

  • Parameters

    • notebookUri: Uri

    Returns Thenable<INotebookContents>

save

  • Save a file.

    Parameters

    • notebookUri: Uri

      The desired file path.

    • notebook: INotebookContents

      notebook to be saved.

    Returns Thenable<INotebookContents>

    A thenable which resolves with the file content model when the file is saved.

Generated using TypeDoc