Documentation - v19.2.0-dev
Preparing search index...
@stereograph/teiaviewer
ExtractControllers
Type Alias ExtractControllers<T>
ExtractControllers
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
object
?
ExtractControllers
<
T
[
K
]
>
:
ValueController
<
T
[
K
]
>
}
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Documentation - v19.2.0-dev
Loading...