Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/types
clusters/actions
Actions
InstantActionRequest
Interface InstantActionRequest
Input to the Actions instantAction command
See
MatterSpecification.v13.Core § 9.14.6.1
interface
InstantActionRequest
{
actionId
:
number
;
invokeId
?:
number
;
}
Hierarchy (
view full
)
TypeFromSchema
<
typeof
Actions
.
TlvInstantActionRequest
>
InstantActionRequest
Index
Properties
action
Id
invoke
Id?
Properties
action
Id
action
Id
:
number
= ...
Optional
invoke
Id
invoke
Id
?:
number
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Id
invoke
Id
matter.js-monorepo
Loading...
Input to the Actions instantAction command
See
MatterSpecification.v13.Core § 9.14.6.1