Highcharts Dashboards
    Preparing search index...

    Event object

    interface ChainEvent {
        detail?: DataEventDetail;
        table?: DataTable;
        type:
            | "afterBenchmark"
            | "afterBenchmarkIteration"
            | "error"
            | "modify"
            | "afterModify"
            | "clearChain"
            | "afterClearChain";
    }

    Hierarchy

    • DataEvent
      • ChainEvent
    Index

    Properties

    Properties

    detail?: DataEventDetail

    Additional event detail

    table?: DataTable
    type:
        | "afterBenchmark"
        | "afterBenchmarkIteration"
        | "error"
        | "modify"
        | "afterModify"
        | "clearChain"
        | "afterClearChain"

    The event type