Skip to main content

Module tree

Module tree 

Source
Expand description

Ember+ tree data structures.

This module provides the runtime tree representation for Ember+ providers and consumers, with support for efficient lookup and modification.

Structs§

EmberTree
The root of an Ember+ tree.
TreeNode
A node in the Ember+ tree.
TreeWalker
A walker for traversing the Ember+ tree.

Enums§

NodeContents
Contents of a tree node.

Type Aliases§

TreeNodeRef
Reference to a tree node.