Constructors
Properties
Methods
execute
- execute(context?: C, depth?: number): any
Parameters
Optional
context: C- depth: number = 0
Returns any
mount
- mount(condition: (context: C) => boolean, stack: Stack<C>): Stack<C>
Parameters
- condition: (context: C) => boolean
- stack: Stack<C>