Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Atom

Hierarchy

  • Atom

Index

Properties

Static designMode

designMode: boolean = false

Methods

Static delay

  • Await till given milliseconds have passed

    Parameters

    Returns Promise<any>

Static encodeParameters

Static get

  • get(target: any, path: string): any
  • Parameters

    • target: any
    • path: string

    Returns any

Static postAsync

  • postAsync(app: App, f: function): Promise<any>
  • Schedules given call in next available callLater slot and also returns promise that can be awaited, calling Atom.postAsync inside Atom.postAsync will create deadlock

    static
    memberof

    Atom

    Parameters

    • app: App
    • f: function
        • (): Promise<any>
        • Returns Promise<any>

    Returns Promise<any>

Static url

Generated using TypeDoc