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

    Interface FunctionNode

    ProgramNode is the base of all derived programNodes

    interface FunctionNode {
        allowsChildren?: boolean;
        isSuppressed?: boolean;
        lockChildren?: boolean;
        locked?: boolean;
        parameters: { function?: URFunction; isAsync: boolean; isLooping: boolean };
        type: FUNCTION;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowsChildren?: boolean
    isSuppressed?: boolean
    lockChildren?: boolean
    locked?: boolean
    parameters: { function?: URFunction; isAsync: boolean; isLooping: boolean }
    type: FUNCTION
    version: string