Highcharts Dashboards
    Preparing search index...

    Interface CellEvent

    Event object for cell-related events.

    interface CellEvent {
        cellValue: CellType;
        columnId: string;
        detail?: DataEventDetail;
        rowIndex: number;
        type: "setCell" | "afterSetCell";
    }

    Hierarchy

    • DataEvent
      • CellEvent
    Index

    Properties

    cellValue: CellType
    columnId: string
    detail?: DataEventDetail

    Additional event detail

    rowIndex: number
    type: "setCell" | "afterSetCell"

    The event type