Highcharts Dashboards
    Preparing search index...

    Contains custom metadata related to the connector source, for example the column order on the source side.

    interface Metadata {
        columns: Record<string, MetaColumn>;
    }
    Index

    Properties

    Properties

    columns: Record<string, MetaColumn>

    Metadata entry containing the name of the column and a metadata object.