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

    Interface RemoveNode

    Describes information required to remove a node from the tree

    interface RemoveNode {
        changeSelection?: boolean;
        nodeId: string;
    }
    Index

    Properties

    changeSelection?: boolean

    if true or undefined, the selection will be changed to the older sibling/parent of the deleted node, if false the selection will remain unchanged

    nodeId: string