Photo Sphere Viewer
Main documentation
GitHub
Preparing search index...
Core
ParsedViewerConfig
Type Alias ParsedViewerConfig
ParsedViewerConfig
:
Omit
<
ViewerConfig
,
|
"adapter"
|
"plugins"
|
"defaultYaw"
|
"defaultPitch"
|
"moveInertia"
|
"fisheye"
|
"requestHeaders"
|
"navbar"
,
>
&
{
adapter
?:
[
AdapterConstructor
,
any
]
;
defaultPitch
?:
number
;
defaultYaw
?:
number
;
fisheye
?:
number
;
moveInertia
?:
number
;
navbar
?:
(
string
|
NavbarCustomButton
)
[]
;
plugins
?:
[
PluginConstructor
,
any
]
[]
;
requestHeaders
?:
(
url
:
string
)
=>
Record
<
string
,
string
>
;
}
Viewer configuration after applying parsers
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Main documentation
GitHub
Photo Sphere Viewer
Loading...
Viewer configuration after applying parsers