TagoIO SDK for JavaScript and TypeScript
    Preparing search index...

    Interface WidgetInfo

    interface WidgetInfo {
        analysis_run?: string;
        dashboard?: string;
        data?: WidgetData[];
        display: any;
        id?: string;
        label: string;
        realtime?: boolean;
        resource?: WidgetDeviceResource[];
        type: string;
    }
    Index

    Properties

    analysis_run?: string
    dashboard?: string
    data?: WidgetData[]
    display: any
    id?: string
    label: string
    realtime?: boolean
    type: string