Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Contents

A namespace for contents interfaces.

Index

Type aliases

ContentType

ContentType: "notebook" | "file" | "directory"

A contents file type.

FileFormat

FileFormat: "json" | "text" | "base64" | null

A contents file format.

Functions

validateCheckpointModel

  • Validates an ICheckpointModel, throwing an error if it does not pass.

    Parameters

    Returns void

validateContentsModel

  • validateContentsModel(contents: IModel): void
  • Validates an IModel, throwing an error if it does not pass.

    Parameters

    Returns void

Generated using TypeDoc