Highcharts Dashboards
    Preparing search index...

    Interface Event

    interface Event {
        options:
            | CSVConnectorOptions
            | GoogleSheetsConnectorOptions
            | HTMLTableConnectorOptions
            | JSONConnectorOptions;
        type: | "load"
        | "afterLoad"
        | "setConnectorOptions"
        | "afterSetConnectorOptions";
    }
    Index

    Properties

    Properties

    type: "load" | "afterLoad" | "setConnectorOptions" | "afterSetConnectorOptions"