Traqula
Preparing search index...
@traqula/core
AlterNodeOutput
Type Alias AlterNodeOutput<RecursiveObject, Input, Out>
AlterNodeOutput
:
{
[
Key
in
keyof
RecursiveObject
]
:
RecursiveObject
[
Key
]
extends
object
?
AlterNodeOutput
<
RecursiveObject
[
Key
]
,
Input
,
Out
>
extends
Input
?
Out
:
AlterNodeOutput
<
RecursiveObject
[
Key
]
,
Input
,
Out
>
:
RecursiveObject
[
Key
]
}
Type Parameters
RecursiveObject
extends
object
Input
Out
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Traqula
Loading...