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

    Type Alias ProgramNodeMetadata

    Metadata specific to the entities that are declared by a program node

    type ProgramNodeMetadata = {
        isSuppressed: boolean;
        isThread?: boolean;
        programNodeId: string;
    }
    Index

    Properties

    isSuppressed: boolean
    isThread?: boolean
    programNodeId: string