mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Updated definition to match gridstack v0.3.0 (#18407)
This commit is contained in:
@@ -19,8 +19,10 @@ if (gridstack !== gsFromElement) throw Error('These should match!');
|
||||
gridstack.addWidget("test", 1, 2, 3, 4, true);
|
||||
gridstack.addWidget(document.createElement('div'), 1, 2, 3, 4, true);
|
||||
gridstack.addWidget($(document.createElement('div')), 1, 2, 3, 4, true);
|
||||
gridstack.makeWidget($(document.createElement('div')));
|
||||
gridstack.batchUpdate();
|
||||
gridstack.cellHeight();;
|
||||
gridstack.cellHeight(2);
|
||||
gridstack.cellWidth();
|
||||
gridstack.getCellFromPixel(<MousePosition>{ left:20, top: 20 });
|
||||
gridstack.removeAll(false);
|
||||
Reference in New Issue
Block a user