Skip to content

Commit 2c29a61

Browse files
authored
Add location and percentage to DIsplayedLocation
1 parent 5c61014 commit 2c29a61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/rendition.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ export interface DisplayedLocation {
3232
index: number,
3333
href: string,
3434
cfi: string,
35+
location: number,
36+
percentage: number,
3537
displayed: {
3638
page: number,
3739
total: number

0 commit comments

Comments
 (0)