Trevixal API
    Preparing search index...

    Interface CellContext

    interface CellContext {
        cell: EditorNode;
        cellIndex: number;
        row: EditorNode;
        rowIndex: number;
        table: EditorNode;
        tablePath: Path;
    }
    Index
    cell: EditorNode
    cellIndex: number
    row: EditorNode
    rowIndex: number
    table: EditorNode
    tablePath: Path