Options
All
  • Public
  • Public/Protected
  • All
Menu

A DynamicValue holds a value that can potentially change and is observable

Type parameters

  • T

    The type of the value that is held

  • T

Hierarchy

  • DynamicValue

Implemented by

Properties

__variant__

__variant__: string

Metadata holding the class name of the DynamicValue, so it can be mapped back to the class from a JSON

getValue

getValue: function

name

name: string | void

onValue

onValue: function

A function to subscribe to the value that is held by the DynamicValue

Methods

Static fromJSON

  • fromJSON(json: any): any

Maps a JSON object to an instance of its class

Parameters

  • json: any

Returns any

  • Inherited
  • Protected
  • Private
  • Static
  • Module
  • Object
  • Property
  • Function
  • Variable
  • Index
  • Type
  • Class
  • Interface
  • Enum
  • Constructor
  • Getter/Setter
Made with ❤️ by pirix-gh. Documentation generated by TypeDoc.