Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/main
behaviors/rvc-run-mode
RvcRunModeBehavior
State
Interface State
interface
State
{
currentMode
:
number
;
supportedModes
:
TypeFromFields
<
{
label
:
FieldType
<
string
>
;
mode
:
FieldType
<
number
>
;
modeTags
:
FieldType
<
TypeFromFields
<
{
mfgCode
:
OptionalFieldType
<
VendorId
>
;
value
:
FieldType
<
number
>
;
}
>
[]
>
;
}
>
[]
;
}
Hierarchy
StateType
State
Index
Properties
current
Mode
supported
Modes
Properties
Readonly
current
Mode
current
Mode
:
number
See
MatterSpecification.v13.Cluster § 7.2.6
Readonly
supported
Modes
supported
Modes
:
TypeFromFields
<
{
label
:
FieldType
<
string
>
;
mode
:
FieldType
<
number
>
;
modeTags
:
FieldType
<
TypeFromFields
<
{
mfgCode
:
OptionalFieldType
<
VendorId
>
;
value
:
FieldType
<
number
>
;
}
>
[]
>
;
}
>
[]
See
MatterSpecification.v13.Cluster § 7.2.6
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Mode
supported
Modes
matter.js-monorepo
Loading...
See
MatterSpecification.v13.Cluster § 7.2.6