Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@matter/protocol
AttributeClients
Type Alias AttributeClients<F, A>
Attribute
Clients
<
F
,
A
>
:
Merge
<
Merge
<
{
[
P
in
MandatoryAttributeNames
<
A
>
]
:
AttributeClient
<
AttributeJsType
<
A
[
P
]
>
>
}
,
{
[
P
in
OptionalAttributeNames
<
A
>
]
:
AttributeClient
<
AttributeJsType
<
A
[
P
]
>
|
undefined
>
}
>
,
{
[
P
in
GlobalAttributeNames
<
F
>
]
:
AttributeClient
<
AttributeJsType
<
GlobalAttributes
<
F
>
[
P
]
>
>
}
>
Type Parameters
F
extends
BitSchema
A
extends
Attributes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...