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