如视 Five SDK
Preparing search index...
five
PanoPrepareEvent
Interface PanoPrepareEvent
全景图准备事件
interface
PanoPrepareEvent
{
defaultPrevented
:
boolean
;
pano
:
Pano
;
prevPano
:
Pano
;
timeStamp
:
number
;
type
:
string
;
preventDefault
()
:
void
;
waitUntil
(
f
:
Promise
<
any
>
)
:
void
;
}
Hierarchy (
View Summary
)
BaseExtendableEvent
PanoPrepareEvent
Index
Properties
default
Prevented
pano
prev
Pano
time
Stamp
type
Methods
prevent
Default
wait
Until
Properties
Readonly
default
Prevented
defaultPrevented
:
boolean
是否已调用过 preventDefault
pano
pano
:
Pano
新的全景图
prev
Pano
prevPano
:
Pano
切换前的全景图
time
Stamp
timeStamp
:
number
事件触发时的时间戳
type
type
:
string
事件类型名称
Methods
prevent
Default
preventDefault
()
:
void
阻止事件的默认行为
Returns
void
wait
Until
waitUntil
(
f
:
Promise
<
any
>
)
:
void
Parameters
f
:
Promise
<
any
>
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
default
Prevented
pano
prev
Pano
time
Stamp
type
Methods
prevent
Default
wait
Until
如视 Five SDK
Loading...
全景图准备事件