BannerMessageItemModel
public struct BannerMessageItemModel : Identifiable
This file provides default fiori style for the component.
- Uncomment fhe following code.
- Implement layout and style in corresponding places.
- Delete
.generated
from file name. - Move this file to
_FioriStyles
folder underFioriSwiftUICore
.
-
Declaration
Swift
public var id: UUID
-
Banner icon
Declaration
Swift
public var icon: (any View)?
-
Banner title
Declaration
Swift
public var title: String
-
Message Type
Declaration
Swift
public var messageType: BannerMultiMessageType
-
Undocumented
Declaration
Swift
public var typeDesc: String { get }
-
Undocumented
Declaration
Swift
public init(id: UUID = UUID(), icon: (any View)?, title: String, messageType: BannerMultiMessageType)