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

    Type Alias AllowedKeys

    type AllowedKeys = {
        arrowDown: Key.ArrowDown;
        arrowLeft: Key.ArrowLeft;
        arrowRight: Key.ArrowRight;
        arrowUp: Key.ArrowUp;
        backspace: Key.Backspace;
        dash: string;
        del: Key.Delete;
        dot: string;
        plus: string;
        tab: Key.Tab;
    }
    Index

    Properties

    arrowDown: Key.ArrowDown
    arrowLeft: Key.ArrowLeft
    arrowRight: Key.ArrowRight
    arrowUp: Key.ArrowUp
    backspace: Key.Backspace
    dash: string
    del: Key.Delete
    dot: string
    plus: string
    tab: Key.Tab