diff options
author | Hannah Chow <hannah_chow@brown.edu> | 2019-02-28 01:09:26 -0500 |
---|---|---|
committer | Hannah Chow <hannah_chow@brown.edu> | 2019-02-28 01:09:26 -0500 |
commit | e6265a20f4c5d2619aa06cef6ee9442c0fd6bb41 (patch) | |
tree | bb6576b0c38658f373847a33d263021bccdf0774 /src/fields/KeyStore.ts | |
parent | c6ce284c0938587df5a0fa759587b33f8beaa68f (diff) |
first pass at linking drag and drop
Diffstat (limited to 'src/fields/KeyStore.ts')
-rw-r--r-- | src/fields/KeyStore.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts index a3b39735d..9c3dab6de 100644 --- a/src/fields/KeyStore.ts +++ b/src/fields/KeyStore.ts @@ -26,4 +26,6 @@ export namespace KeyStore { export const Caption = new Key("Caption"); export const ActiveFrame = new Key("ActiveFrame"); export const DocumentText = new Key("DocumentText"); + export const LinkedToDocs = new Key("LinkedToDocs"); + export const LinkedFromDocs = new Key("LinkedFromDocs"); } |