Datalayer VS Code Extension - v0.0.9
    Preparing search index...

    Interface SetActiveCellMessage

    Set active cell (select a cell programmatically)

    interface SetActiveCellMessage {
        body: { index: number };
        type: "set-active-cell";
    }
    Index

    Properties

    Properties

    body: { index: number }

    Selection payload

    Type Declaration

    • index: number

      Index of cell to select

    type: "set-active-cell"

    Message type discriminator