Highcharts Dashboards
    Preparing search index...

    A class that handles the connection between the component and the data connector.

    Index

    Constructors

    Properties

    component: Component

    The component that the connector is tied to.

    connector?:
        | CSVConnector
        | GoogleSheetsConnector
        | HTMLTableConnector
        | JSONConnector

    Data connector instance that is used in this connector handler.

    connectorId?: string

    The ID of the data connector configuration in the data pool of the dashboard.

    dataTable?: DataTable

    The data table bound to the connector handler.

    Connector options for the component.

    Methods

    • Inits connectors for the component and rerenders it.

      Returns Promise<Component>

      Promise resolving to the component.

    • Sets the connector for the component connector handler.

      Parameters

      • Optionalconnector: CSVConnector | GoogleSheetsConnector | HTMLTableConnector | JSONConnector

        The connector to set.

      Returns Component

    • Updates the options for the connector handler.

      Parameters

      Returns void