Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
cluster
ColorControl
StopMoveStepRequest
Interface StopMoveStepRequest
Input to the ColorControl stopMoveStep command
See
MatterSpecification.v13.Cluster § 3.2.11.20
interface
StopMoveStepRequest
{
optionsMask
:
TypeFromPartialBitSchema
<
{
executeIfOff
:
BitFlag
;
}
>
;
optionsOverride
:
TypeFromPartialBitSchema
<
{
executeIfOff
:
BitFlag
;
}
>
;
}
Hierarchy (
view full
)
TypeFromSchema
<
typeof
ColorControl
.
TlvStopMoveStepRequest
>
StopMoveStepRequest
Index
Properties
options
Mask
options
Override
Properties
options
Mask
options
Mask
:
TypeFromPartialBitSchema
<
{
executeIfOff
:
BitFlag
;
}
>
options
Override
options
Override
:
TypeFromPartialBitSchema
<
{
executeIfOff
:
BitFlag
;
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
options
Mask
options
Override
matter.js-monorepo
Loading...
Input to the ColorControl stopMoveStep command
See
MatterSpecification.v13.Cluster § 3.2.11.20