Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ba6f286

Browse files
authored
Merge pull request gridstack#1315 from adumesny/develop
typedef for gridstack#1313 styleInHead option
2 parents 621a239 + 3b0183e commit ba6f286

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)