Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CodeCellModel

An implementation of a code cell Model.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private _executionCount

_executionCount: number

Private _outputs

Accessors

contentChanged

executionCount

  • get (): number
  • set (newValue: number): void
  • The execution count of the cell.

    Returns number

  • The execution count of the cell.

    Parameters

    • newValue: number

    Returns void

isDisposed

  • get (): boolean

metadataChanged

outputs

source

  • get (): string
  • set (newValue: string): void

stateChanged

type

  • get (): "code"

Methods

dispose

  • dispose(): void

getMetadata

listMetadata

  • listMetadata(): string[]

Protected setCursorData

  • setCursorData(name: string, newValue: any): void

toJSON

Generated using TypeDoc