enum sap.f.IllustratedMessageSize

Visiblity: public
Available since: N/A
Module: sap/f/library
Application Component: CA-UI5-CTR

Available Illustration sizes for the sap.f.IllustratedMessage control.


Properties Overview

Node Description
sap.f.IllustratedMessageSize.Auto

Automatically decides the Illustration size (Base, Spot, Dialog, or Scene) depending on the IllustratedMessage container width.

Note: Auto is the only option where the illustration size is changed according to the available container width. If any other IllustratedMessageSize is chosen, it remains until changed by the app developer.

sap.f.IllustratedMessageSize.Base

Base Illustration size (XS breakpoint). Suitable for cards (two columns).

Note: When Base is in use, no illustration is displayed.

sap.f.IllustratedMessageSize.Dialog

Dialog Illustration size (M breakpoint). Suitable for dialogs.

sap.f.IllustratedMessageSize.Scene

Scene Illustration size (L breakpoint). Suitable for a Page or a table.

sap.f.IllustratedMessageSize.Spot

Spot Illustration size (S breakpoint). Suitable for cards (four columns).