ISharedBaseCell | @jupyter/ydoc (original) (raw)

Interface ISharedBaseCell

Type Parameters

Hierarchy

Implemented by

Index

Properties

Readonly cell_type

cell_type: string

Readonly changed

Readonly disposed

Readonly id

id: string

Readonly isDisposed

isDisposed: boolean

Readonly isStandalone

isStandalone: boolean

metadata

metadata: Partial<Metadata>

Readonly metadataChanged

Readonly notebook

source

source: string

Methods

canRedo

canUndo

clearUndoHistory

deleteMetadata

Returns void

dispose

getId

getMetadata

Returns undefined | PartialJSONValue

getSource

redo

setMetadata

Returns void

setSource

Returns void

toJSON

transact

Returns void

undo

updateSource

Returns void