如视 Five SDK
Preparing search index...
five
WorksEvent
Interface WorksEvent
所有事件的基础接口
interface
WorksEvent
{
defaultPrevented
:
boolean
;
input
:
any
;
timeStamp
:
number
;
type
:
string
;
userAction
:
boolean
;
works
:
Works
;
preventDefault
()
:
void
;
}
Hierarchy (
View Summary
)
BaseEvent
WorksEvent
Index
Properties
default
Prevented
input
time
Stamp
type
user
Action
works
Methods
prevent
Default
Properties
Readonly
default
Prevented
defaultPrevented
:
boolean
是否已调用过 preventDefault
input
input
:
any
time
Stamp
timeStamp
:
number
事件触发时的时间戳
type
type
:
string
事件类型名称
user
Action
userAction
:
boolean
works
works
:
Works
Methods
prevent
Default
preventDefault
()
:
void
阻止事件的默认行为
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
default
Prevented
input
time
Stamp
type
user
Action
works
Methods
prevent
Default
如视 Five SDK
Loading...
所有事件的基础接口