Skip to content

Commit 3b0183e

Browse files
committed
typedef for #1313 styleInHead option
1 parent 621a239 commit 3b0183e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/gridstack.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,9 @@ interface GridstackOptions {
631631
*/
632632
staticGrid ? : boolean;
633633

634+
/** if `true` will add style element to `<head>` otherwise will add it to element's parent node (default `false`). */
635+
styleInHead?: boolean;
636+
634637
/**
635638
* vertical gap size (default?: 20). Can be:
636639
* an integer (px)

0 commit comments

Comments
 (0)