IllustratedMessageStyle
public protocol IllustratedMessageStyle : DynamicProperty
Undocumented
-
Undocumented
Declaration
Swift
associatedtype Body : View
-
Undocumented
Declaration
Swift
func makeBody(_ configuration: IllustratedMessageConfiguration) -> Body
-
modifier(_:
Extension method) Undocumented
Declaration
Swift
func modifier(_ modifier: some ViewModifier) -> some IllustratedMessageStyle
-
concat(_:
Extension method) Undocumented
Declaration
Swift
func concat(_ style: some IllustratedMessageStyle) -> some IllustratedMessageStyle
-
vertical
Extension methodUndocumented
Declaration
Swift
static var vertical: some IllustratedMessageStyle { get }
-
horizontal
Extension methodUndocumented
Declaration
Swift
static var horizontal: some IllustratedMessageStyle { get }
-
mixed
Extension methodMixed layout style of the Illustrated Message. Shows content in two columns, with an image on the left, a vertical stack of the title and description contents on the right, and the action button stack on the bottom.
Declaration
Swift
static var mixed: some IllustratedMessageStyle { get }
-
flexibleButton
Extension methodFlexible action button style of the Illustrated Message. The width of the primary action button is hugged and the secondary action button will take the rest of the container width.
Declaration
Swift
static var flexibleButton: some IllustratedMessageStyle { get }
-
fullWidthButton
Extension methodFull width action button style of the Illustrated Message. The width of both action buttons will take the width of the container.
Declaration
Swift
static var fullWidthButton: some IllustratedMessageStyle { get }
-
fixedWidthButton
Extension methodFull width action button style of the Illustrated Message. The width of both action buttons is fixed
Declaration
Swift
static var fixedWidthButton: some IllustratedMessageStyle { get }
-
base
Extension methodUndocumented
Declaration
Swift
static var base: IllustratedMessageBaseStyle { get }
-
fiori
Extension methodUndocumented
Declaration
Swift
static var fiori: IllustratedMessageFioriStyle { get }
-
detailImageStyle(_:
Extension method) Undocumented
Declaration
Swift
static func detailImageStyle(_ style: some DetailImageStyle) -> IllustratedMessageDetailImageStyle
-
detailImageStyle(content:
Extension method) Undocumented
Declaration
Swift
static func detailImageStyle(@ViewBuilder content: @escaping (DetailImageConfiguration) -> some View) -> IllustratedMessageDetailImageStyle
-
titleStyle(_:
Extension method) Undocumented
Declaration
Swift
static func titleStyle(_ style: some TitleStyle) -> IllustratedMessageTitleStyle
-
titleStyle(content:
Extension method) Undocumented
Declaration
Swift
static func titleStyle(@ViewBuilder content: @escaping (TitleConfiguration) -> some View) -> IllustratedMessageTitleStyle
-
descriptionStyle(_:
Extension method) Undocumented
Declaration
Swift
static func descriptionStyle(_ style: some DescriptionStyle) -> IllustratedMessageDescriptionStyle
-
descriptionStyle(content:
Extension method) Undocumented
Declaration
Swift
static func descriptionStyle(@ViewBuilder content: @escaping (DescriptionConfiguration) -> some View) -> IllustratedMessageDescriptionStyle
-
actionStyle(_:
Extension method) Undocumented
Declaration
Swift
static func actionStyle(_ style: some ActionStyle) -> IllustratedMessageActionStyle
-
actionStyle(content:
Extension method) Undocumented
Declaration
Swift
static func actionStyle(@ViewBuilder content: @escaping (ActionConfiguration) -> some View) -> IllustratedMessageActionStyle
-
secondaryActionStyle(_:
Extension method) Undocumented
Declaration
Swift
static func secondaryActionStyle(_ style: some SecondaryActionStyle) -> IllustratedMessageSecondaryActionStyle
-
secondaryActionStyle(content:
Extension method) Undocumented
Declaration
Swift
static func secondaryActionStyle(@ViewBuilder content: @escaping (SecondaryActionConfiguration) -> some View) -> IllustratedMessageSecondaryActionStyle