Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • EngineVariableBinding

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

name

name: string

Status variable name

Accessors

count

  • get count(): number

value

  • get value(): any

Methods

bind

  • bind(): () => void

listen

  • listen(next: (_: any) => void): Subscription
  • Subscribe to changes of the variable's binding value

    Parameters

    • next: (_: any) => void

      Callback for changes to the bindings value

        • (_: any): void
        • Parameters

          • _: any

          Returns void

    Returns Subscription

unbind

  • unbind(): void

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc