Class ServerControlledNamespacedValue<S, U>

Represents a simple Matrix namespaced value. This will assume that if a stable prefix is provided that the stable prefix should be used when representing the identifier.

Type Parameters

  • S extends string
  • U extends string

Hierarchy (view full)

Constructors

Properties

stable?: null | S
unstable?: U

Accessors

  • get altName():
        | undefined
        | null
        | S
        | U
  • Returns
        | undefined
        | null
        | S
        | U

Methods