Universal Robots TypeScript API - v10.12.0
Preparing search index...
contribution-api
TreeContext
Interface TreeContext
TreeContext provides access to a program nodes ancestors, children, and siblings
interface
TreeContext
{
ancestors
:
AsyncIterableIterator
<
Readonly
<
ProgramNode
>
>
;
children
:
AsyncIterableIterator
<
Readonly
<
SubtreeNode
>
>
;
depthFirst
:
AsyncIterableIterator
<
Readonly
<
SubtreeNode
>
>
;
nextSiblings
:
AsyncIterableIterator
<
Readonly
<
ProgramNode
>
>
;
previousSiblings
:
AsyncIterableIterator
<
Readonly
<
ProgramNode
>
>
;
}
Index
Properties
ancestors
children
depth
First
next
Siblings
previous
Siblings
Properties
ancestors
ancestors
:
AsyncIterableIterator
<
Readonly
<
ProgramNode
>
>
children
children
:
AsyncIterableIterator
<
Readonly
<
SubtreeNode
>
>
depth
First
depthFirst
:
AsyncIterableIterator
<
Readonly
<
SubtreeNode
>
>
next
Siblings
nextSiblings
:
AsyncIterableIterator
<
Readonly
<
ProgramNode
>
>
previous
Siblings
previousSiblings
:
AsyncIterableIterator
<
Readonly
<
ProgramNode
>
>
Settings
Member Visibility
External
Inherited
Protected
Theme
OS
Light
Dark
On This Page
Properties
ancestors
children
depth
First
next
Siblings
previous
Siblings
Universal Robots TypeScript API - v10.12.0
Loading...
TreeContext provides access to a program nodes ancestors, children, and siblings