Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration for the different pattern types. Patterns can be combined, for example by specifying both horizontal and vertical.

Overview

Enumeration members

Enumeration members

BOTTOM_UP

BOTTOM_UP: = 1

Visit the children starting from bottom to the top child.

TOP_DOWN

TOP_DOWN: = 2

Visit the children starting from top to the bottom child.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method