Optional
autoif true then x, y parameters will be ignored and widget will be places on the first available position (default?: false)
Optional
contenthtml to append inside as content
Optional
hwidget dimension height (default?: 1)
Optional
idvalue for gs-id
stored on the widget (default?: undefined)
Optional
lazytrue when widgets are only created when they scroll into view (visible)
Optional
lockedprevents being pushed by other widgets or api (default?: undefined = un-constrained), which is different from noMove
(user action only)
Optional
maxmaximum height allowed during resize/creation (default?: undefined = un-constrained)
Optional
maxmaximum width allowed during resize/creation (default?: undefined = un-constrained)
Optional
minminimum height allowed during resize/creation (default?: undefined = un-constrained)
Optional
minminimum width allowed during resize/creation (default?: undefined = un-constrained)
Optional
noprevents direct moving by the user (default?: undefined = un-constrained)
Optional
noprevent direct resizing by the user (default?: undefined = un-constrained)
Optional
resizelocal override of GridStack.resizeToContentParent that specify the class to use for the parent (actual) vs child (wanted) height
Optional
sizelocal (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)
Optional
suboptional nested grid options and list of children, which then turns into actual instance at runtime to get options from
Optional
wwidget dimension width (default?: 1)
Optional
xwidget position x (default?: 0)
Optional
ywidget position y (default?: 0)
GridStack Widget creation options