Event triggered for a bulk change.
OptionalcheckedChange?: (event: { tiles: string[] }) => voidEvent triggered for a change on which tiles are currently checked.
Whether checking tiles is enabled.
Optionalchildren?: ReactNodeOptionalclassName?: stringOptionalclick?: (event: { tile: string }) => voidEvent triggered when a tile is clicked.
OptionalcontextMenu?: (event: { clientX: number; clientY: number; tile: string }) => voidEvent triggered when the context menu button clicks in a tile.
The direction of the live tile layout.
Whether drag-n-drop is enabled.
OptionaldragEnd?: (event: { dnd: HTMLElement; id: string }) => voidEvent triggered for a drag end on a tile.
OptionaldragMove?: (event: { dnd: HTMLElement; id: string }) => voidEvent triggered for a drag move on a tile.
OptionaldragStart?: (event: { dnd: HTMLElement; id: string }) => voidEvent triggered for a drag start on a tile.
OptionalgroupContextMenu?: (Event triggered when the context menu button clicks in a group's label.
OptionalgroupDragEnd?: (event: { element: HTMLDivElement; id: string }) => voidEvent triggered for a drag end on a group.
OptionalgroupDragMove?: (event: { element: HTMLDivElement; id: string }) => voidEvent triggered for a drag move on a group.
OptionalgroupDragStart?: (event: { element: HTMLDivElement; id: string }) => voidEvent triggered for a drag start on a group.
OptionalgroupHeight?: numberHeight in 1x1 tiles, effective only
in a horizontal layout (must be >= 4).
OptionalgroupWidth?: numberGroup width in 1x1 tiles, effective only
in a vertical layout (must be >= 4).
Optionalid?: stringOptionalinlineGroups?: numberNumber of inline groups, effective only
in a vertical layout (must be >= 1).
Optionalopen?: booleanWhether to display open or close transition.
A Tiles component displays a LIVE_TILES_OPENING_OR_CLOSING milliseconds
scale/opacity transition when visibility changes;
this property indicates whether the container is open or closed.
Optionalplus?: TilePlusAttaching a TilePlus provides extra control
over tiles and testing methods.
With it you can:
Optionalref?: Ref<HTMLDivElement | null>Event triggered for renaming a group.
Whether renaming groups is enabled.
Event triggered for re-ordering groups.
Optionalstyle?: CSSProperties
A live tiles container consisting mainly of
TileGroups.Using
direction="horizontal"is recommended for landscape orientations (like start screens), anddirection="vertical"for portrait orientations or smaller regions (like desktop start menus).