Preparing search index...
The search index is not available
matter.js-monorepo
matter.js-monorepo
@project-chip/matter.js
schema
BitFlags
Type Alias BitFlags<T, F>
Bit
Flags
<
T
,
F
>
:
Merge
<
{
[
key
in
keyof
T
]
:
false
}
,
FlagsToBitmap
<
F
>
>
Create a type with specified bit flags set
Type Parameters
T
extends
BitSchema
F
extends
Capitalize
<
Extract
<
keyof
T
,
string
>
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
matter.js-monorepo
Loading...
Create a type with specified bit flags set