weasel API - v0.8.0
Preparing search index...
ClickSpec
Interface ClickSpec
Click gesture (pointerdown + pointerup without movement past the threshold).
interface
ClickSpec
{
kind
:
"click"
;
mods
?:
Partial
<
{
alt
:
boolean
|
"optional"
;
ctrl
:
boolean
|
"optional"
;
meta
:
boolean
|
"optional"
;
mod
:
boolean
|
"optional"
;
shift
:
boolean
|
"optional"
;
}
,
>
;
phase
?:
PhaseSpec
;
target
?:
TargetSpec
;
}
Index
Properties
kind
mods?
phase?
target?
Properties
kind
kind
:
"click"
Optional
mods
mods
?:
Partial
<
{
alt
:
boolean
|
"optional"
;
ctrl
:
boolean
|
"optional"
;
meta
:
boolean
|
"optional"
;
mod
:
boolean
|
"optional"
;
shift
:
boolean
|
"optional"
;
}
,
>
Optional
phase
phase
?:
PhaseSpec
Optional
target
target
?:
TargetSpec
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
kind
mods
phase
target
weasel API - v0.8.0
Loading...
Click gesture (pointerdown + pointerup without movement past the threshold).