Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DrawModule

Hierarchy

Indexable

[K: string]: any

Index

Constructors

constructor

Properties

methods

methods: IMethodTree

Protected output

output: Output

Accessors

Static id

id:

Methods

_start

  • _start(): void
  • Returns void

addLifecycleStep

  • addLifecycleStep(name: string, cbName: string): void
  • Parameters

    • name: string
    • cbName: string

    Returns void

addMethod

  • addMethod(name: string, cbName: Function | string): void
  • Parameters

    • name: string
    • cbName: Function | string

    Returns void

addModule

  • addModule(name: string): SubModule
  • Parameters

    • name: string

    Returns SubModule

executeLifecycleStep

  • executeLifecycleStep(name: string): void

getSymbols

  • getSymbols(): string[]
  • Returns string[]

instrumentize

  • instrumentize(fullPath: string, method: string): Instrument

Static transformLegacy

  • transformLegacy(app: any): void

Generated using TypeDoc