Whether to disable the rendering of the tile fullscreen-action slot and its
default fullscreen action button.
Whether to disable the rendering of the tile maximize-action slot and its
default maximize action button.
Indicates whether to disable tile resize behavior regardless ot its tile manager parent settings.
Static ReadonlytagThe tagName read-only property of the Element interface returns the tag name of the element on which it's called.
Indicates whether the tile occupies the whole screen.
The tile component is used within the
igc-tile-manageras a container for displaying various types of information.Element
igc-tile
Fires
igcTileFullscreen - Fired when tile the fullscreen state changes.
Fires
igcTileMaximize - Fired when tile the maximize state changes.
Fires
igcTileDragStart - Fired when a drag operation on a tile is about to begin. Cancelable.
Fires
igcTileDragEnd - Fired when a drag operation with a tile is successfully completed.
Fires
igcTileDragCancel - Fired when a tile drag operation is canceled by the user.
Fires
igcTileResizeStart - Fired when a resize operation on a tile is about to begin. Cancelable.
Fires
igcTileResizeEnd - Fired when a resize operation on a tile is successfully completed.
Fires
igcTileResizeCancel - Fired when a resize operation on a tile is canceled by the user.
Slot
Slot
title - Renders the title of the tile header.
Slot
maximize-action - Renders the maximize action element of the tile header.
Slot
fullscreen-action - Renders the fullscreen action element of the tile header.
Slot
actions - Renders items after the default actions in the tile header.
Slot
side-adorner - Renders the side resize handle of the tile.
Slot
corner-adorner - Renders the corner resize handle of the tile.
Slot
bottom-adorner - Renders the bottom resize handle of the tile.
Csspart
base - The wrapper for the entire tile content, header and content.
Csspart
header - The container for the tile header, including title and actions.
Csspart
title - The title container of the tile.
Csspart
actions - The actions container of the tile header.
Csspart
content-container - The container wrapping the tile’s main content.
Csspart
trigger-side - The part for the side adorner of the encapsulated resize element in the tile.
Csspart
trigger - The part for the corner adorner of the encapsulated resize element in the tile.
Csspart
trigger-bottom - The part for the bottom adorner of the encapsulated resize element in the tile.