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

    Interface MoveToNode

    ProgramNode is the base of all derived programNodes

    interface MoveToNode {
        allowsChildren?: boolean;
        isSuppressed?: boolean;
        lockChildren?: boolean;
        locked?: boolean;
        parameters: {
            advanced: MoveToAdvancedSettings;
            moveType: MoveType;
            variable: TabInputModel<URVariable | undefined>;
            waypoint?: WaypointTabInputModel;
        };
        type: MOVE_TO;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowsChildren?: boolean
    isSuppressed?: boolean
    lockChildren?: boolean
    locked?: boolean
    parameters: {
        advanced: MoveToAdvancedSettings;
        moveType: MoveType;
        variable: TabInputModel<URVariable | undefined>;
        waypoint?: WaypointTabInputModel;
    }
    type: MOVE_TO
    version: string