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 |
id: 'id', |
|
3 |
className: 'class', |
|
4 |
style: 'style', |
|
5 |
animation: 'animation', |
|
6 |
percent: 'percent', |
|
7 |
showInfo: 'show-info', |
|
8 |
borderRadius: 'border-radius', |
|
9 |
fontSize: 'font-size', |
|
10 |
strokeWidth: 'stroke-width', |
|
11 |
color: 'color', |
|
12 |
activeColor: 'activeColor', |
|
13 |
backgroundColor: 'backgroundColor', |
|
14 |
active: 'active', |
|
15 |
activeMode: 'active-mode', |
|
16 |
duration: 'duration', |
|
17 |
onActiveEnd: 'bindactiveend', |
|
18 |
};
|
|
19 |
|
|
20 | 4 |
export const props = Object.values(alias); |
Read our documentation on viewing source code .