matrix-js-sdk
    Preparing search index...

    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 Summary)

    Index
    stable: S | null
    unstable: U | null
    • get altName(): S | U | null | undefined

      Returns S | U | null | undefined

    • Parameters

      • preferUnstable: boolean

      Returns void