Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IReceiver

A receiver of newly created foreign cells.

Hierarchy

  • IReceiver

Index

Methods

addCell

  • addCell(cell: CodeCell, msgId: string): void
  • Add a newly created cell.

    Parameters

    • cell: CodeCell
    • msgId: string

    Returns void

createCodeCell

  • createCodeCell(): CodeCell

getCell

  • getCell(msgId: string): CodeCell
  • Get a cell associated with a message id.

    Parameters

    • msgId: string

    Returns CodeCell

update

  • update(): void
  • Trigger a rendering update on the receiver.

    Returns void

Generated using TypeDoc