Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TimeModule

Hierarchy

Indexable

[K: string]: any

Index

Constructors

constructor

Properties

methods

methods: IMethodTree

Protected output

output: Output

Accessors

Static id

id:

Methods

_every

  • _every(interval: number, unit: "seconds" | "milliseconds" | "frames", callback: function): void
  • Parameters

    • interval: number
    • unit: "seconds" | "milliseconds" | "frames"
    • callback: function
        • (): void
        • Returns void

    Returns void

_later

  • _later(delay: number, unit: "seconds" | "milliseconds" | "frames", callback: function): void
  • Parameters

    • delay: number
    • unit: "seconds" | "milliseconds" | "frames"
    • callback: function
        • (): void
        • Returns void

    Returns void

_stop

  • _stop(): 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

getId

  • getId(): number
  • Returns number

getSymbols

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

instrumentize

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

Static transformLegacy

  • transformLegacy(app: any): void
  • Parameters

    • app: any

    Returns void

Generated using TypeDoc