New to Kendo UI for VueStart a free 30-day trial

The interface for describing items that can be passed to the items property of the TileLayout component.

Definition

Package:@progress/kendo-vue-layout

Properties

Sets the content in TileLayoutItem's body content (see example).

bodyText?

string

Sets the content in TileLayoutItem's body text (see example).

class?

string

Sets additional classes to the TileLayoutItem.

The position which is used when the TileLayout is in uncontrolled mode (see example).

Sets the title in the TileLayoutItem's header content (see example).

Sets the title in the TileLayoutItem's header text (see example).

Sets additional classes to the TileLayoutItem hint element.

Sets additional CSS styles to the TileLayoutItem hint element.

id?

any

Specifies the id of each Tile if needed to be user-defined. By default the id is automatically generated.

Overrides the default rendering of the TileLayoutItem (see example).

Specifies if the user is allowed to reorder the TileLayoutItem by dragging and dropping it (see example). If reorderable is not specified, the dragging functionality of the TileLayoutItem will be enabled.

resizable?

string | boolean

Specifies if the user is allowed to resize the TileLayoutItem and in which direction (see example). If resizable is not specified, the resizing of the TileLayoutItem will be enabled for both directions.

style?

object

Sets additional styles to the TileLayoutItem.

tabIndex?

number

Specifies if the tabIndex of each TileLayout tile if the scenario requires it. Defaults to 0.

tile?

object

The tile object.