Optionalxwidget position x (default?: 0)
Optionalywidget position y (default?: 0)
Optionalwwidget dimension width (default?: 1)
Optionalhwidget dimension height (default?: 1)
Optionalautoif true then x, y parameters will be ignored and widget will be places on the first available position (default?: false)
Optionalminminimum width 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)
Optionalmaxmaximum height allowed during resize/creation (default?: undefined = un-constrained)
Optionalnoprevent direct resizing by the user (default?: undefined = un-constrained)
Optionalnoprevents direct moving by the user (default?: undefined = un-constrained)
Optionallockedprevents being pushed by other widgets or api (default?: undefined = un-constrained), which is different from noMove (user action only)
Optionalidvalue for gs-id stored on the widget (default?: undefined)
Optionalcontenthtml to append inside as content
Optionallazytrue when widgets are only created when they scroll into view (visible)
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)
Optionalresizelocal override of GridStack.resizeToContentParent that specify the class to use for the parent (actual) vs child (wanted) height
Optionalsuboptional nested grid options and list of children, which then turns into actual instance at runtime to get options from
Optionalelpointer back to HTML element
Optionalgridpointer back to parent Grid instance
Optionalsubactual sub-grid instance
Optionalvisibleallow delay creation when visible
OptionalcomponentKey used to look up the Angular component in the componentMap.
Extended GridStackNode interface for Angular integration. Adds component key for dynamic content creation.