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)