Callable
IgrTileManager(): ReactNode Returns ReactNode
Accessors
Events
onTileDragCancel
Type declaration
onTileDragEnd
Type declaration
onTileDragStart
Type declaration
onTileFullscreen
Type declaration
onTileMaximize
Type declaration
onTileResizeCancel
Type declaration
onTileResizeEnd
Type declaration
onTileResizeStart
Type declaration
Methods
loadLayout
loadLayout(data: string): void
Properties
columnCount
columnCount: number
minColumnWidth
minColumnWidth: string
minRowHeight
minRowHeight: string
The tile manager component enables the dynamic arrangement, resizing, and interaction of tiles.
Slot
igc-tileelements will be projected inside the CSS grid container.Csspart
base - The tile manager CSS Grid container.
Cssproperty
--column-count - The number of columns for the tile manager. The
column-countattribute sets this variable.Cssproperty
--min-col-width - The minimum size of the columns in the tile-manager. The
min-column-widthattribute sets this variable.Cssproperty
--min-row-height - The minimum size of the rows in the tile-manager. The
min-row-heightattribute sets this variable.Cssproperty
--grid-gap - The gap size of the underlying CSS grid container. The
gapattributes sts this variable.