From 3b0183e84ceff3440d33aab28f53b504f5052723 Mon Sep 17 00:00:00 2001 From: Alain Dumesny Date: Thu, 30 Jul 2020 16:45:09 -0700 Subject: [PATCH] typedef for #1313 styleInHead option --- src/gridstack.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gridstack.d.ts b/src/gridstack.d.ts index bcfd9eb6a..1ae8c2041 100644 --- a/src/gridstack.d.ts +++ b/src/gridstack.d.ts @@ -631,6 +631,9 @@ interface GridstackOptions { */ staticGrid ? : boolean; + /** if `true` will add style element to `` otherwise will add it to element's parent node (default `false`). */ + styleInHead?: boolean; + /** * vertical gap size (default?: 20). Can be: * an integer (px)