IllustratedMessageStyle

public protocol IllustratedMessageStyle : DynamicProperty

Undocumented

IllustratedMessageStyle

  • 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

Available where Self == IllustratedMessageVerticalLayoutStyle

  • vertical Extension method

    Undocumented

    Declaration

    Swift

    static var vertical: some IllustratedMessageStyle { get }

Available where Self == IllustratedMessageHorizontalLayoutStyle

  • horizontal Extension method

    Undocumented

    Declaration

    Swift

    static var horizontal: some IllustratedMessageStyle { get }

Available where Self == IllustratedMessageMixedLayoutStyle

  • mixed Extension method

    Mixed 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 }

Available where Self == IllustratedMessageFlexibleButtonStyle

  • flexibleButton Extension method

    Flexible 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 }

Available where Self == IllustratedMessageFullWidthButtonStyle

  • fullWidthButton Extension method

    Full 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 }

Available where Self == IllustratedMessageFixedWidthButtonStyle

  • fixedWidthButton Extension method

    Full width action button style of the Illustrated Message. The width of both action buttons is fixed

    Declaration

    Swift

    static var fixedWidthButton: some IllustratedMessageStyle { get }

Available where Self == IllustratedMessageBaseStyle

Available where Self == IllustratedMessageFioriStyle

Available where Self == IllustratedMessageDetailImageStyle

Available where Self == IllustratedMessageTitleStyle

Available where Self == IllustratedMessageDescriptionStyle

Available where Self == IllustratedMessageActionStyle

Available where Self == IllustratedMessageSecondaryActionStyle