OptionalxOptionalywidget 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
OptionalcomponentKey in the components map passed to <GridStack :components="...">
OptionalpropsOptionalclassExtra CSS classes on the widget root.
OptionalelRuntime DOM node when removing via addRemoveCB (not serialized).
OptionalsubNested grid options (recursive; uses Vue-extended widget children).
widget position x (default?: 0)