Layout Fidget
Layout Fidgets encode how Fidgets are arranged and displayed within a Space.
Default Grid Layout
const gridDetails: GridLayout = {
isDraggable: false,
isResizable: false,
items: 4,
cols: 12,
rowHeight: 70,
compactType: null,
preventCollision: true,
maxRows: 9,
layout: defaultLayoutData,
};Last updated