Class NamespacedValue<S, U> Type Parameters S extends string U extends string Constructorsconstructor new Namespaced Value < S , U > ( stable , unstable ) : NamespacedValue < S , U > Type Parameters S extends string U extends string new Namespaced Value < S , U > ( stable , unstable ? ) : NamespacedValue < S , U > Type Parameters S extends string U extends string Parameters stable : S Optional
unstable : U new Namespaced Value < S , U > ( stable , unstable ) : NamespacedValue < S , U > Type Parameters S extends string U extends string Parameters stable : undefined | null unstable : U PropertiesOptional
Readonly
unstable Accessorsalt Name get altName( ) : | undefined | null | S | U Returns | undefined | null | S | U name get name( ) : S | U Returns S | U names get names( ) : ( S | U ) [] Returns ( S | U ) [] Methodsfind In find In < T > ( obj ) : Optional < T > Returns Optional < T > included In included In ( arr ) : boolean Returns boolean matches matches ( val ) : boolean Returns boolean
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.