Theia API Documentation v1.65.0
    Preparing search index...
    interface CellsMoved {
        cellHandle: number;
        toIndex: number;
        type: "cellMoved";
    }
    Index

    Properties

    cellHandle: number
    toIndex: number
    type: "cellMoved"