From 2c29a615379655951e7e0f2f811db2edb2175ee4 Mon Sep 17 00:00:00 2001 From: Rafael Saback Date: Wed, 29 Dec 2021 11:39:25 +0100 Subject: [PATCH] Add location and percentage to DIsplayedLocation --- types/rendition.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/rendition.d.ts b/types/rendition.d.ts index 960b8fd..489f3fa 100644 --- a/types/rendition.d.ts +++ b/types/rendition.d.ts @@ -32,6 +32,8 @@ export interface DisplayedLocation { index: number, href: string, cfi: string, + location: number, + percentage: number, displayed: { page: number, total: number