Preparing search index...
The search index is not available
PowerGlitch
PowerGlitch
RecursivePartial
Type alias RecursivePartial<T>
Recursive
Partial
<
T
>
:
{
[
P
in
keyof
T
]
?:
RecursivePartial
<
T
[
P
]
>
}
Utility class to have optional properties on a type recursively
Type Parameters
T
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
Power
Glitch
Play
Modes
Power
Glitch
Options
Layer
Definition
merge
Options
Recursive
Partial
Glitch
Partial
Options
Glitchable
Element
Glitch
Result
Power
Glitch
Generated using
TypeDoc
Utility class to have optional properties on a type recursively