An IllustratedMessage is a recommended combination of a solution-oriented message, an engaging
illustration, and conversational tone to better communicate an empty or a success state than just show
a message alone.
Each illustration has default internationalised title and subtitle texts. Also they can be managed with
titleText and subtitleText properties.
To display the desired illustration, use the name property, where you can find the list of all available illustrations.
Note: By default the βBeforeSearchβ illustration is loaded. To use other illustrations, make sure you import them in addition, for example:
Note: Illustrations starting with the βTntβ prefix are part of another illustration set. For example to use the βTntSuccessβ illustration, add the following import::
Defines the illustration name that will be displayed in the component. Example: name='BeforeSearch', name='UnableToUpload', etc.. Note: To use the TNT illustrations, you need to set the tnt or Tnt prefix in front of the icon's name. Example: name='tnt/Avatar' or name='TntAvatar'. Note: By default the BeforeSearch illustration is loaded. When using an illustration type, other than the default, it should be loaded in addition: import "@ui5/webcomponents-fiori/dist/illustrations/NoData.js"; For TNT illustrations: import "@ui5/webcomponents-fiori/dist/illustrations/tnt/SessionExpired.js";
Determines which illustration breakpoint variant is used. As IllustratedMessage adapts itself around the Illustration, the other elements of the component are displayed differently on the different breakpoints/illustration sizes.
Defines the subtitle of the component. Note: Using this property, the default subtitle text of illustration will be overwritten. Note: Using subtitle slot, the default of this property will be overwritten.
Defines the subtitle of the component. Note: Using this slot, the default subtitle text of illustration and the value of subtitleText property will be overwritten.