Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Interface SidebarItem

    Sidebar defines the base of all Sidebar contributions

    interface SidebarItem {
        disabled?: {
            automaticMode?: boolean;
            master?: boolean;
            remoteMode?: boolean;
        };
        parameters?: { [key: string]: any };
        type: string;
        version: string;
    }
    Index

    Properties

    disabled?: { automaticMode?: boolean; master?: boolean; remoteMode?: boolean }
    parameters?: { [key: string]: any }
    type: string
    version: string