Options
All
  • Public
  • Public/Protected
  • All
Menu

Class E2eElementTree

Hierarchy

  • E2eElementTree

Index

Constructors

constructor

Properties

tree

tree: E2eElement[]

Accessors

Private flatTree

  • Flat tree returns an array, which contains all elements of the tree. So you don't need to iterate recursive through nested elements.

    readonly
    type

    {E2eElement[]}

    memberof

    E2eElementTree

    Returns E2eElement[]

Methods

Private flatTreeRecursive

mergeDuplicateArrayElements

mergeTo

resolveConflicts

restrict

  • restrict(excludeElements?: string[], restrictToElements?: string[]): E2eElementTree

Generated using TypeDoc