ixfx
Preparing search index...
@ixfx/core
RecursiveWriteable
Type Alias RecursiveWriteable<T>
RecursiveWriteable
:
{
-
readonly
[
P
in
keyof
T
]
:
RecursiveWriteable
<
T
[
P
]
>
}
Removes readonly from all properties (recursive)
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
Removes readonly from all properties (recursive)