Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/types
clusters/media-input
MediaInput
RenameInputRequest
Interface RenameInputRequest
Input to the MediaInput renameInput command
See
MatterSpecification.v13.Cluster § 6.9.7.4
interface
RenameInputRequest
{
index
:
number
;
name
:
string
;
}
Hierarchy (
view full
)
TypeFromSchema
<
typeof
MediaInput
.
TlvRenameInputRequest
>
RenameInputRequest
Index
Properties
index
name
Properties
index
index
:
number
= ...
name
name
:
string
= ...
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
index
name
matter.js-monorepo
Loading...
Input to the MediaInput renameInput command
See
MatterSpecification.v13.Cluster § 6.9.7.4