Highcharts Dashboards
    Preparing search index...

    Interface DashboardsPlugin<T>

    interface DashboardsPlugin<T = AnyRecord | undefined> {
        custom: T;
        maxRevision?: number;
        minRevision?: number;
        name: string;
    }

    Type Parameters

    • T = AnyRecord | undefined
    Index

    Properties

    custom: T

    Custom properties of the plugin

    maxRevision?: number

    Maximal version of plugin that is compatible with dashboard

    minRevision?: number

    Minimal version of plugin that is compatible with dashboard

    name: string

    Name of plugin