aboutsummaryrefslogtreecommitdiff
path: root/src/fields/Key.ts
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-01 15:33:21 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-01 15:33:21 -0500
commitdd427c8d72a5189c0b91132863a6e9c5a62eadfe (patch)
treed3dd624c5f3948b24861c19a5939a2b2f3b9a295 /src/fields/Key.ts
parentc5e60251835ef9fa60054e422f51d5f92c8494bb (diff)
parent156245bbca2082a8b8cf426a381ed25d1be57bcb (diff)
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to 'src/fields/Key.ts')
-rw-r--r--src/fields/Key.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fields/Key.ts b/src/fields/Key.ts
index 4da800fac..5cd43f55e 100644
--- a/src/fields/Key.ts
+++ b/src/fields/Key.ts
@@ -41,6 +41,7 @@ export namespace KeyStore {
export const Scale = new Key("Scale");
export const Width = new Key("Width");
export const Height = new Key("Height");
+ export const ZIndex = new Key("ZIndex");
export const Data = new Key("Data");
export const Layout = new Key("Layout");
export const LayoutKeys = new Key("LayoutKeys");