Undocumented

Hierarchy (view full)

Constructors

Properties

bounds: Bounds

Get Bounds class of the window

statusInfo: Promise<any>

Undocumented

Methods

  • Gets class name of the object.

    Returns string

  • Call defined method with locked data so user can access them.

    Parameters

    • func: (() => any)

      Method to call

        • (): any
        • Returns any

    Returns void

Events

event_mousestatechanged: (() => void)

Event is called when any mouse event is raised (move, down, up...)

See App.listen

Type declaration

    • (): void
    • Returns void

event_ready: (() => void)

Event is called when DCOM is finished

See App.listen

Type declaration

    • (): void
    • Returns void