@stereograph/teiaviewer - v17.8.0-dev
Preparing search index...
utils
RecursivePartial
Type Alias RecursivePartial<T, ExcludeType>
RecursivePartial
:
{
[
P
in
keyof
T
]
?:
T
[
P
]
extends
ExcludeType
?
T
[
P
]
:
RecursivePartial
<
T
[
P
]
,
ExcludeType
>
}
Returns a partial version of given configuration type T, while ignoring type Exclude
Type Parameters
T
ExcludeType
=
never
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@stereograph/teiaviewer - v17.8.0-dev
Loading...
Returns a partial version of given configuration type T, while ignoring type Exclude