Interface NotebookCellsInitializeEvent<T>

interface NotebookCellsInitializeEvent<T> {
    changes: NotebookCellTextModelSplice<T>[];
    kind: Initialize;
}

Type Parameters

  • T

Properties

Properties