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

    Interface CommentNode

    ProgramNode is the base of all derived programNodes

    interface CommentNode {
        allowsChildren?: boolean;
        isSuppressed?: boolean;
        lockChildren?: boolean;
        locked?: boolean;
        parameters: { comment?: string };
        type: COMMENT;
        version: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowsChildren?: boolean
    isSuppressed?: boolean
    lockChildren?: boolean
    locked?: boolean
    parameters: { comment?: string }
    type: COMMENT
    version: string