Navigation | Overlay |
---|---|
t Navigate files | h Toggle hits |
y Change url to tip of branch | m Toggle misses |
b / v Jump to prev/next hit line | p Toggle partial |
z / x Jump to prev/next missed or partial line | 1..9 Toggle flags |
shift + o Open current page in GitHub | a Toggle all on |
/ or ? Show keyboard shortcuts dialog | c Toggle context lines or commits |
1 | 4 |
export const alias = { |
2 |
className: 'class', |
|
3 |
style: 'style', |
|
4 |
animation: 'animation', |
|
5 |
id: 'id', |
|
6 |
direction: 'direction', |
|
7 |
inertia: 'inertia', |
|
8 |
outOfBounds: 'out-of-bounds', |
|
9 |
x: 'x', |
|
10 |
y: 'y', |
|
11 |
damping: 'damping', |
|
12 |
friction: 'friction', |
|
13 |
disabled: 'disabled', |
|
14 |
scale: 'scale', |
|
15 |
scaleMin: 'scale-min', |
|
16 |
scaleMax: 'scale-max', |
|
17 |
scaleValue: 'scale-value', |
|
18 |
onChange: 'bindchange', |
|
19 |
onScale: 'bindscale', |
|
20 |
hTouchMove: 'htouchmove', |
|
21 |
vTouchMove: 'vtouchmove', |
|
22 |
};
|
|
23 |
|
|
24 | 4 |
export const props = Object.values(alias); |
Read our documentation on viewing source code .