Highcharts Dashboards
    Preparing search index...

    Describes the class registry as a record object with class name and their class types (aka class constructor).

    interface ComponentTypeRegistry {
        Grid: typeof GridComponent;
        Highcharts: typeof HighchartsComponent;
        HTML: typeof HTMLComponent;
        KPI: typeof KPIComponent;
        Navigator: typeof NavigatorComponent;
    }
    Index

    Properties

    Grid: typeof GridComponent
    Highcharts: typeof HighchartsComponent
    HTML: typeof HTMLComponent
    KPI: typeof KPIComponent
    Navigator: typeof NavigatorComponent