enum sap.m.GenericTileScope

Control sample: sap.m.GenericTileScope
Visiblity: public
Available since: N/A
Module: sap/m/library
Application Component: CA-UI5-SC

Defines the scopes of GenericTile enabling the developer to implement different "flavors" of tiles.


Properties Overview

Node Description
sap.m.GenericTileScope.ActionMore

More action scope (Only the More icon is added to the tile)

sap.m.GenericTileScope.ActionRemove

Remove action scope (Only the Remove icon is added to the tile)

sap.m.GenericTileScope.Actions

Action scope (Possible footer and Error State information is overlaid, "Remove" and "More" icons are added to the tile).

sap.m.GenericTileScope.Display

Default scope (The default scope of the tile, no action icons are rendered).