diff options
author | madelinegr <mgriswold99@gmail.com> | 2019-03-11 18:15:18 -0400 |
---|---|---|
committer | madelinegr <mgriswold99@gmail.com> | 2019-03-11 18:15:18 -0400 |
commit | e502c8fd15951e8b724ec98bef32294e4a6faa5f (patch) | |
tree | 8cfb34fcddec1115aade0c718c37819fce0a9e2a /src/fields/KeyStore.ts | |
parent | 0692b142d84bf7a921b53581f28840260254724d (diff) | |
parent | 618e66a5a070f1aac9224bd3f44b76a5ac314bfa (diff) |
mer con
Diffstat (limited to 'src/fields/KeyStore.ts')
-rw-r--r-- | src/fields/KeyStore.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts index f1f4eebe8..d9ba251ae 100644 --- a/src/fields/KeyStore.ts +++ b/src/fields/KeyStore.ts @@ -28,6 +28,10 @@ export namespace KeyStore { export const ActiveFrame = new Key("ActiveFrame"); export const DocumentText = new Key("DocumentText"); export const PresentationView = new Key("PresentationView"); + export const LinkedToDocs = new Key("LinkedToDocs"); + export const LinkedFromDocs = new Key("LinkedFromDocs"); + export const LinkDescription = new Key("LinkDescription"); + export const LinkTags = new Key("LinkTag"); export const Thumbnail = new Key("Thumbnail"); export const CurPage = new Key("CurPage"); export const NumPages = new Key("NumPages"); |