matrix-js-sdk
Preparing search index...
matrix
<internal>
UnstableValue
Class UnstableValue<S, U>
Represents a namespaced value which prioritizes the unstable value over the stable value.
Type Parameters
S
extends
string
U
extends
string
Hierarchy (
View Summary
)
NamespacedValue
<
S
,
U
>
UnstableValue
Index
Constructors
constructor
Properties
stable
unstable
Accessors
alt
Name
name
names
Methods
find
In
included
In
matches
Constructors
constructor
new
UnstableValue
<
S
extends
string
,
U
extends
string
>
(
stable
:
S
,
unstable
:
U
,
)
:
UnstableValue
<
S
,
U
>
Type Parameters
S
extends
string
U
extends
string
Parameters
stable
:
S
unstable
:
U
Returns
UnstableValue
<
S
,
U
>
Properties
Readonly
stable
stable
:
S
|
null
Readonly
unstable
unstable
:
U
|
null
Accessors
alt
Name
get
altName
()
:
S
Returns
S
name
get
name
()
:
U
Returns
U
names
get
names
()
:
(
S
|
U
)
[]
Returns (
S
|
U
)
[]
Methods
find
In
findIn
<
V
>
(
obj
:
Partial
<
Record
<
NonNullable
<
S
|
U
>
,
V
>
>
)
:
V
|
undefined
Type Parameters
V
Parameters
obj
:
Partial
<
Record
<
NonNullable
<
S
|
U
>
,
V
>
>
Returns
V
|
undefined
included
In
includedIn
(
arr
:
any
[]
)
:
boolean
Parameters
arr
:
any
[]
Returns
boolean
matches
matches
(
val
:
string
)
:
boolean
Parameters
val
:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
stable
unstable
Accessors
alt
Name
name
names
Methods
find
In
included
In
matches
matrix-js-sdk
Loading...
Represents a namespaced value which prioritizes the unstable value over the stable value.