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

    Interface GridIteratorNode

    ProgramNode is the base of all derived programNodes

    interface GridIteratorNode {
        allowsChildren: false;
        isSuppressed?: boolean;
        lockChildren: false;
        locked?: boolean;
        parameters: { action: "increment" | "reset"; gridVariable?: URVariable };
        type: GRID_ITERATOR;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowsChildren: false
    isSuppressed?: boolean
    lockChildren: false
    locked?: boolean
    parameters: { action: "increment" | "reset"; gridVariable?: URVariable }
    version: string