Main documentation
GitHub
Preparing search index...
The search index is not available
Photo Sphere Viewer
Photo Sphere Viewer
Core
utils
ConfigParsers
Type Alias ConfigParsers<T, U>
Config
Parsers
<
T
,
U
>
:
{
[
key
in
keyof
T
]
:
(
(
val
:
T
[
key
]
,
opts
:
{
defValue
:
U
[
key
]
;
rawConfig
:
T
;
}
)
=>
U
[
key
]
)
}
Declaration of configuration parsers, used by
getConfigParser
Type Parameters
T
U
extends
T
=
T
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Main documentation
GitHub
Photo Sphere Viewer
Loading...
Declaration of configuration parsers, used by getConfigParser