Highcharts Dashboards
    Preparing search index...

    Contains the name of the component and the function that is called when the component is dropped.

    interface AddComponentDetails {
        onDrop: Function;
        text: string;
    }
    Index

    Properties

    Properties

    onDrop: Function
    text: string