Highcharts Grid
    Preparing search index...

    Type Alias GridEventCallback

    GridEventCallback: (this: Grid, e: AnyRecord) => void

    Callback function to be called when a grid event is triggered.

    Type Declaration

      • (this: Grid, e: AnyRecord): void
      • Parameters

        • this: Grid
        • e: AnyRecord

        Returns void