aboutsummaryrefslogtreecommitdiff
path: root/src/fields/KeyStore.ts
diff options
context:
space:
mode:
authormadelinegr <mgriswold99@gmail.com>2019-03-09 19:43:39 -0500
committermadelinegr <mgriswold99@gmail.com>2019-03-09 19:43:39 -0500
commitaa940317263f8425e4bebb2b155b6d5e8543a022 (patch)
tree2bdf674176eda3a42b214ea274926bc8dced4871 /src/fields/KeyStore.ts
parent604c79c214ac37059346139024aa199bb47cd877 (diff)
parent74f216770159ba405c0063f20a62769e48c89691 (diff)
mer con
Diffstat (limited to 'src/fields/KeyStore.ts')
-rw-r--r--src/fields/KeyStore.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts
index 61a2a1ce2..f1f4eebe8 100644
--- a/src/fields/KeyStore.ts
+++ b/src/fields/KeyStore.ts
@@ -4,6 +4,7 @@ export namespace KeyStore {
export const Prototype = new Key("Prototype");
export const X = new Key("X");
export const Y = new Key("Y");
+ export const Page = new Key("Page");
export const Title = new Key("Title");
export const Author = new Key("Author");
export const PanX = new Key("PanX");
@@ -27,4 +28,8 @@ export namespace KeyStore {
export const ActiveFrame = new Key("ActiveFrame");
export const DocumentText = new Key("DocumentText");
export const PresentationView = new Key("PresentationView");
+ export const Thumbnail = new Key("Thumbnail");
+ export const CurPage = new Key("CurPage");
+ export const NumPages = new Key("NumPages");
+ export const Ink = new Key("Ink");
}