Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

Hierarchy

Indexable

[key: string]: any

Index

Constructors

Static constructor

  • new Asketic(id?: string): any
  • Parameters

    • Optional id: string

    Returns any

Properties

Static emitter

emitter: EventEmitter

Static id

id: string

Static isDestroyed

isDestroyed: boolean

Static processing

processing: boolean

Static waiting

waiting: object[]

Methods

Static destroy

  • destroy(): void
  • Returns void

Static emit

  • emit<IE>(eventName: IE, data: IEventsList[IE]): this
  • Type parameters

    • IE: keyof IEventsList

    Parameters

    • eventName: IE
    • data: IEventsList[IE]

    Returns this

Static flowItem

  • flowItem(prevFlow: IQueryFlow): IQueryFlow

Static flowItems

  • flowItems(prevFlow: IQueryFlow): IQueryFlow

Static flowRoot

  • flowRoot(prevFlow: IQueryFlow): IQueryFlow

Static flowTracker

  • flowTracker(prevFlow: IQueryFlow, tracker: TTracker): Promise<IQueryFlow>

Static flowValue

  • flowValue(prevFlow: IQueryFlow): IQueryFlow

Static generateId

  • generateId(): string
  • Returns string

Static get

Static getDataPath

  • getDataPath(path: IQueryFlow[]): any[]

Static next

  • next(flow: IQueryFlow): Promise<IQueryFlow>

Static off

  • off<IE>(eventName: IE, listener: function): this
  • Type parameters

    • IE: keyof IEventsList

    Parameters

    • eventName: IE
    • listener: function
        • (data: IEventsList[IE]): void
        • Parameters

          • data: IEventsList[IE]

          Returns void

    Returns this

Static on

  • on<IE>(eventName: IE, listener: function): this
  • Type parameters

    • IE: keyof IEventsList

    Parameters

    • eventName: IE
    • listener: function
        • (data: IEventsList[IE]): void
        • Parameters

          • data: IEventsList[IE]

          Returns void

    Returns this

Static once

  • once<IE>(eventName: IE, listener: function): this
  • Type parameters

    • IE: keyof IEventsList

    Parameters

    • eventName: IE
    • listener: function
        • (data: IEventsList[IE]): void
        • Parameters

          • data: IEventsList[IE]

          Returns void

    Returns this

Static set

  • set(flow: IQueryFlow): any

Generated using TypeDoc