Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • NotebookDocument

Implements

  • NotebookDocument

Index

Constructors

Properties

cellCount: number
isClosed: boolean
isDirty: boolean
isUntitled: boolean
metadata: {}

Type declaration

  • [key: string]: any
notebookType: string
uri: Uri
version: number

Methods

  • cellAt(index: number): NotebookCell
  • getCells(range?: NotebookRange): NotebookCell[]
  • save(): Thenable<boolean>