Photo Sphere Viewer
Main documentation
GitHub
Preparing search index...
Core
ResolvableBoolean
Type Alias ResolvableBoolean
A wrapper around a Promise with an initial value before resolution
type
ResolvableBoolean
=
{
initial
:
boolean
;
promise
:
Promise
<
boolean
>
;
}
Index
Properties
initial
promise
Properties
initial
initial
:
boolean
promise
promise
:
Promise
<
boolean
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
initial
promise
Main documentation
GitHub
Photo Sphere Viewer
Loading...
A wrapper around a Promise with an initial value before resolution