gridstack - v14.0.0
GitHub
Demo
Preparing search index...
GridStackEngineOptions
Interface GridStackEngineOptions
options used during creation - similar to GridStackOptions
interface
GridStackEngineOptions
{
column
?:
number
;
maxRow
?:
number
;
mode
?:
GridStackMode
;
nodes
?:
GridStackNode
[]
;
onChange
?:
OnChangeCB
;
}
Index
Properties
column?
max
Row?
mode?
nodes?
on
Change?
Properties
Optional
column
column
?:
number
Optional
max
Row
maxRow
?:
number
Optional
mode
mode
?:
GridStackMode
Optional
nodes
nodes
?:
GridStackNode
[]
Optional
on
Change
onChange
?:
OnChangeCB
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
column
max
Row
mode
nodes
on
Change
Documentation
GitHub
Demo
gridstack - v14.0.0
Loading...
options used during creation - similar to GridStackOptions