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
commiteeadf7edc8a9c808a9b34b8aef92706579c69cbc (patch)
tree842f14532aee5dbf52b804b317838559296daf9e /src/fields/KeyStore.ts
parent39e1e9f550be2ae128a32f58f35da40e09f54345 (diff)
parentc0d6dcb87743293fef10342c123c41390422595a (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");
}