aboutsummaryrefslogtreecommitdiff
path: root/src/fields/KeyStore.ts
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-02-19 12:43:46 -0500
committerbob <bcz@cs.brown.edu>2019-02-19 12:43:46 -0500
commit260e0a361fefea686807d5b1cf8445ddc3f3045c (patch)
tree842f14532aee5dbf52b804b317838559296daf9e /src/fields/KeyStore.ts
parent98f5f8200ad98f93f14eb97af9fdc6619dabe442 (diff)
parent39c6ba3292467979e310f3b577041c2f5e38273f (diff)
converting main to use a DockingView
Diffstat (limited to 'src/fields/KeyStore.ts')
-rw-r--r--src/fields/KeyStore.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/KeyStore.ts b/src/fields/KeyStore.ts
index c7c52f0b0..7056886aa 100644
--- a/src/fields/KeyStore.ts
+++ b/src/fields/KeyStore.ts
@@ -21,4 +21,5 @@ export namespace KeyStore {
export const LayoutKeys = new Key("LayoutKeys");
export const LayoutFields = new Key("LayoutFields");
export const ColumnsKey = new Key("SchemaColumns");
+ export const ActiveFrame = new Key("ActiveFrame");
}