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

    Interface SubtreeNode

    Describes a node in a subtree

    interface SubtreeNode {
        id: string;
        node: Readonly<ProgramNode | BranchNode>;
    }
    Index

    Properties

    Properties

    id: string
    node: Readonly<ProgramNode | BranchNode>