Optionalchildren
children?: ReactNode
OptionalemptyContent
emptyContent?: ReactNode
OptionalclassName
className?: string
Optionalstyle
style?: CSSProperties
OptionalonAdded
onAdded?: (e: Event, nodes: GridStackNode[]) => void
OptionalonChange
onChange?: (e: Event, nodes: GridStackNode[]) => void
OptionalonRemoved
onRemoved?: (e: Event, nodes: GridStackNode[]) => void
OptionalonEnable
onEnable?: (e: Event) => void
OptionalonDisable
onDisable?: (e: Event) => void
OptionalonDrag
onDrag?: GridStackElementHandler
OptionalonDragStart
onDragStart?: GridStackElementHandler
OptionalonDragStop
onDragStop?: GridStackElementHandler
OptionalonDropped
onDropped?: GridStackDroppedHandler
OptionalonResize
onResize?: GridStackElementHandler
OptionalonResizeStart
onResizeStart?: GridStackElementHandler
OptionalonResizeStop
onResizeStop?: GridStackElementHandler
Map
componentfield in widget JSON to React components (recommended / component mode)