Theia API Documentation v1.65.0
    Preparing search index...
    interface NotebookOutputChangedEvent {
        append: boolean;
        index: number;
        kind: Output;
        outputs: CellOutput[];
    }
    Index

    Properties

    append: boolean
    index: number
    kind: Output
    outputs: CellOutput[]