Interface IIgrTileProps

Hierarchy

Hierarchy

  • IIgrTileProps

Properties

children?: ReactNode
className?: string
colSpan?: string | number

The number of columns the tile will span.

Remarks

When setting a value that is less than 1, it will be coerced to 1.

Default

1
colStart?: string | number

The starting column for the tile.

disableFullscreen?: string | boolean

Whether to disable the rendering of the tile fullscreen-action slot and its default fullscreen action button.

Default

false
disableMaximize?: string | boolean

Whether to disable the rendering of the tile maximize-action slot and its default maximize action button.

Default

false
disableResize?: string | boolean

Indicates whether to disable tile resize behavior regardless ot its tile manager parent settings.

Default

false
id?: string
maximized?: string | boolean

Indicates whether the tile occupies all available space within the layout.

position?: string | number

Gets/sets the tile's visual position in the layout. Corresponds to the CSS order property.

rowSpan?: string | number

The number of rows the tile will span.

Remarks

When setting a value that is less than 1, it will be coerced to 1.

Default

1
rowStart?: string | number

The starting row for the tile.

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