Interface IIgrTileManagerProps

Hierarchy

Hierarchy

  • IIgrTileManagerProps

Properties

children?: ReactNode
className?: string
columnCount?: string | number
dragMode?: string | TileManagerDragMode

Whether drag and drop operations are enabled.

Default

none
gap?: string

Sets the gap size between tiles in the tile manager.

id?: string
minColumnWidth?: string

Sets the minimum width for a column unit in the tile manager.

minRowHeight?: string

Sets the minimum height for a row unit in the tile manager.

resizeMode?: string | TileManagerResizeMode

Whether resize operations are enabled.

Default

none
style?: CSSProperties
tileDragCancel?: ((s, e) => void)

Type declaration

tileDragEnd?: ((s, e) => void)

Type declaration

tileDragStart?: ((s, e) => void)

Type declaration

tileFullscreen?: ((s, e) => void)

Type declaration

tileMaximize?: ((s, e) => void)

Type declaration

tileResizeCancel?: ((s, e) => void)

Type declaration

tileResizeEnd?: ((s, e) => void)

Type declaration

tileResizeStart?: ((s, e) => void)

Type declaration