ecspresso
Preparing search index...
index
ConfigsAreCompatible
Type Alias ConfigsAreCompatible<A, B>
ConfigsAreCompatible
:
TypesAreCompatible
<
A
[
"components"
]
,
B
[
"components"
]
>
extends
true
?
TypesAreCompatible
<
A
[
"events"
]
,
B
[
"events"
]
>
extends
true
?
TypesAreCompatible
<
A
[
"resources"
]
,
B
[
"resources"
]
>
extends
true
?
TypesAreCompatible
<
A
[
"assets"
]
,
B
[
"assets"
]
>
extends
true
?
TypesAreCompatible
<
A
[
"screens"
]
,
B
[
"screens"
]
>
:
false
:
false
:
false
:
false
Check if two WorldConfig types are compatible (no conflicting keys across any slot).
Type Parameters
A
extends
WorldConfig
B
extends
WorldConfig
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ecspresso
Loading...
Check if two WorldConfig types are compatible (no conflicting keys across any slot).