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

    Type Alias SidebarItemBehaviors

    Public API specifying available behaviors for the Sidebar item

    type SidebarItemBehaviors = {
        factory: ItemFactory;
        upgrade?: VersionController;
    }
    Index

    Properties

    Properties

    factory: ItemFactory

    A function to create a new operator screen

    This function is called to upgrade a sidebar item when the data model has been changed. For example, if you have added a new mandatory field to your SidebarItem, this function should be used to give a default value to the existing screen