Optionalautoif true then x, y parameters will be ignored and widget will be places on the first available position (default?: false)
Optionalcontenthtml to append inside as content
Optionalhwidget dimension height (default?: 1)
Optionalidvalue for gs-id stored on the widget (default?: undefined)
Optionallazytrue when widgets are only created when they scroll into view (visible)
Optionallockedprevents being pushed by other widgets or api (default?: undefined = un-constrained), which is different from noMove (user action only)
Optionalmaxmaximum height allowed during resize/creation (default?: undefined = un-constrained)
Optionalmaxmaximum width allowed during resize/creation (default?: undefined = un-constrained)
Optionalminminimum height allowed during resize/creation (default?: undefined = un-constrained)
Optionalminminimum width allowed during resize/creation (default?: undefined = un-constrained)
Optionalnoprevents direct moving by the user (default?: undefined = un-constrained)
Optionalnoprevent direct resizing by the user (default?: undefined = un-constrained)
Optionalresizelocal override of GridStack.resizeToContentParent that specify the class to use for the parent (actual) vs child (wanted) height
Optionalsizelocal (vs grid) override - see GridStackOptions. Note: This also allow you to set a maximum h value (but user changeable during normal resizing) to prevent unlimited content from taking too much space (get scrollbar)
Optionalsuboptional nested grid options and list of children, which then turns into actual instance at runtime to get options from
Optionalwwidget dimension width (default?: 1)
Optionalxwidget position x (default?: 0)
Optionalywidget position y (default?: 0)
GridStack Widget creation options