Photo Sphere Viewer
Main documentation
GitHub
Preparing search index...
Core
utils
ConfigParser
Type Alias ConfigParser<T, U>
Result of
getConfigParser
type
ConfigParser
<
T
,
U
extends
T
>
=
{
defaults
:
Required
<
U
>
;
parsers
:
ConfigParsers
<
T
,
U
>
;
(
config
:
T
)
:
U
;
}
Type Parameters
T
U
extends
T
ConfigParser
(
config
:
T
)
:
U
Parameters
config
:
T
Returns
U
Index
Properties
defaults
parsers
Properties
defaults
defaults
:
Required
<
U
>
parsers
parsers
:
ConfigParsers
<
T
,
U
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
defaults
parsers
Main documentation
GitHub
Photo Sphere Viewer
Loading...
Result of getConfigParser