Search
Preparing search index...
The search index is not available
Theia TypeDoc
Options
All
Public
Public/Protected
All
Inherited
Menu
Theia TypeDoc
core
AbstractTreeIterator
Class AbstractTreeIterator
Hierarchy
AbstractTreeIterator
DepthFirstTreeIterator
BreadthFirstTreeIterator
TopDownTreeIterator
BottomUpTreeIterator
Implements
TreeIterator
Iterable
<
TreeNode
>
Index
Constructors
constructor
Properties
delegate
options
root
Methods
[
Symbol.iterator]
children
is
Collapsed
is
Empty
iterator
next
Constructors
constructor
new
Abstract
Tree
Iterator
(
root
:
TreeNode
, options
?:
Partial
<
Options
>
)
:
AbstractTreeIterator
Parameters
root:
TreeNode
Optional
options:
Partial
<
Options
>
Returns
AbstractTreeIterator
Properties
Protected
Readonly
delegate
delegate
:
IterableIterator
<
TreeNode
>
Protected
Readonly
options
options
:
Options
Protected
Readonly
root
root
:
TreeNode
Methods
[
Symbol.iterator]
[
Symbol.iterator]
(
)
:
IterableIterator
<
TreeNode
>
Returns
IterableIterator
<
TreeNode
>
Protected
children
children
(
node
:
TreeNode
)
:
undefined
|
TreeNode
[]
Parameters
node:
TreeNode
Returns
undefined
|
TreeNode
[]
Protected
is
Collapsed
is
Collapsed
(
node
:
TreeNode
)
:
boolean
Parameters
node:
TreeNode
Returns
boolean
Protected
is
Empty
is
Empty
(
nodes
:
undefined
|
TreeNode
[]
)
:
boolean
Parameters
nodes:
undefined
|
TreeNode
[]
Returns
boolean
Protected
Abstract
iterator
iterator
(
node
:
TreeNode
)
:
IterableIterator
<
TreeNode
>
Parameters
node:
TreeNode
Returns
IterableIterator
<
TreeNode
>
next
next
(
)
:
IteratorResult
<
TreeNode
,
any
>
Returns
IteratorResult
<
TreeNode
,
any
>
Exports
core
Application
Error
Application
Props
Application
Shell
Application
Shell
Layout
Migration
Error
Application
Shell
Mouse
Tracker
Backend
Application
Config
Binary
Buffer
Readable
Binary
Buffer
Readable
Buffered
Stream
Binary
Buffer
Readable
Stream
Binary
Buffer
Writeable
Stream
Bindable
Cancellation
Token
Color
Command
Common
Commands
Common
Menus
Composite
Tree
Element
Composite
Tree
Element
Node
Composite
Tree
Node
Console
Logger
Context
Key
Decorated
Tree
Node
Default
Json
Schema
Contribution
Description
Widget
Dialog
Dialog
Error
Diff
Uris
Disposable
Electron
Commands
Electron
Frontend
Application
Config
Electron
Main
Process
Argv
Electron
Menus
Electron
Messaging
Service
Electron
Text
Input
Context
Menu
Endpoint
Event
Event
Listener
Object
Expandable
Tree
Node
File
Uri
Focusable
Tree
Selection
Frontend
Application
Config
Frontend
Application
Preference
Config
Fuzzy
Search
Generator
Config
IPCEntry
Point
Iterators
Key
Key
Code
Key
Modifier
Key
Sequence
Keybinding
Keybinding
Contexts
Keybinding
Registry
Keybinding
Scope
Keyboard
Commands
Keys
OrKey
Codes
Label
Icon
Localization
Log
Level
Menu
Action
Messaging
Contribution
Messaging
Service
Mock
Tree
Model
Navigatable
Navigatable
Widget
Navigatable
Widget
Options
Npm
Registry
Props
OS
Override
Preference
Name
Preference
Data
Property
Preference
Provider
Data
Change
Preference
Schema
Preference
Schema
Properties
Preference
Scope
Prioritizeable
Progress
Message
Published
Node
Package
Quick
Pick
Item
Quick
Pick
Separator
Raw
Extension
Package
Readable
Render
Context
Menu
Options
Resource
Resource
Error
Saveable
Saveable
Widget
Search
Box
Search
Box
Debounce
Options
Search
Box
Props
Selectable
Tree
Node
Selection
Command
Handler
Severity
Shell
Layout
Restorer
Side
Panel
Special
Cases
Stateful
Widget
Styles
Tab
Bar
Delegator
Tab
Bar
Toolbar
Tab
Bar
Toolbar
Item
Text
Document
Content
Change
Delta
Toolbar
Aware
Tab
Bar
Tree
Element
Node
Tree
Iterator
Tree
Model
Impl
Tree
Node
Tree
Selection
Tree
Selection
Service
Impl
Tree
Source
Node
Tree
Widget
Tree
Widget
Selection
URIIcon
Reference
Unsafe
Widget
Utilities
Uri
Aware
Command
Handler
Uri
Selection
View
Container
View
Container
Layout
View
Container
Part
Wait
Until
Event
Web
Socket
Channel
Web
Socket
Channel
Connection
Widget
Decoration
Window
Commands
Zoom
Level
nls
Abstract
Tree
Iterator
constructor
delegate
options
root
[
Symbol.iterator]
children
is
Collapsed
is
Empty
iterator
next