A hologram model interface value.

A value is a named type that can be used to get and set values. It can also have a default value.

Implements

Constructors

Properties

_default?: Serialized<ValueType>
_name?: string
_type?: Type

Accessors

  • get name(): string
  • The name of the value.

    Returns string

  • get type(): Type
  • The type of the value.

    Returns Type

Methods

Generated using TypeDoc