Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Flowzilla<T1>

Type parameters

  • T1

Hierarchy

  • Flowzilla

Index

Constructors

constructor

Properties

name

name: string

Optional tracker

tracker: ITracker

Methods

addSkill

numberOfSkills

  • numberOfSkills(): number

removeSkill

  • removeSkill(skill: string | ISkill): void

run

  • run<T>(type: string, value?: T1, options?: IOptions, callback?: any): any
  • Type parameters

    • T

    Parameters

    • type: string
    • Optional value: T1
    • Optional options: IOptions
    • Optional callback: any

    Returns any

runSync

  • runSync(type: string, value?: T1, options?: IOptions): any

Generated using TypeDoc