Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IFlow<T>

Type parameters

  • T

Hierarchy

  • IFlow

Callable

  • __call(value: T, onFlowBack?: IFlowBack<T>): void

Index

Properties

Properties

get

get: function

Type declaration

    • (key: string, defaultValue?: any): any
    • Parameters

      • key: string
      • Optional defaultValue: any

      Returns any

reset

reset: function

Type declaration

    • (type: string, value?: T, context?: any): void
    • Parameters

      • type: string
      • Optional value: T
      • Optional context: any

      Returns void

return

return: function

Type declaration

    • (value: T): void
    • Parameters

      • value: T

      Returns void

run

run: function

Type declaration

    • <T>(type: string, value?: T, context?: any): Promise<T>
    • Type parameters

      • T

      Parameters

      • type: string
      • Optional value: T
      • Optional context: any

      Returns Promise<T>

set

set: function

Type declaration

    • (key: string, value: any): void
    • Parameters

      • key: string
      • value: any

      Returns void

Generated using TypeDoc