Class Context<TResult>Abstract

Type Parameters

  • TResult

Hierarchy (view full)

Constructors

Properties

childName?: string | number
children?: Context<TResult>[]
exiting?: boolean
hasResult?: boolean
next?: null | Context<TResult>
nextAfterChildren?: null | Context<TResult>
options?: Options
parent?: Context<TResult>
pipe: string
result?: TResult

Methods