Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
cluster
FabricScopedAttributeNames
Type Alias FabricScopedAttributeNames<A>
Fabric
Scoped
Attribute
Names
<
A
>
:
{
[
K
in
keyof
A
]
:
A
[
K
]
extends
FabricScopedAttribute
<
any
,
any
>
?
K
:
A
[
K
]
extends
WritableFabricScopedAttribute
<
any
,
any
>
?
K
:
A
[
K
]
extends
OptionalWritableFabricScopedAttribute
<
any
,
any
>
?
K
:
never
}
[
keyof
A
]
Type Parameters
A
extends
Attributes
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...