/*! * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2018 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define([ "./library", "sap/ui/core/Item", "sap/ui/core/library", "sap/base/Log", "sap/base/security/sanitizeHTML" ], function(library, Item, coreLibrary, Log, sanitizeHTML) { "use strict"; // shortcut for sap.ui.core.MessageType var MessageType = coreLibrary.MessageType; /** * Constructor for a new MessageItem. * * @param {string} [sId] ID for the new control, generated automatically if no ID is given * @param {object} [mSettings] Initial settings for the new control * * @class * A wrapper control used to hold different types of system messages. *

Structure

* The message item holds the basic set of properties for a system message: *