ToastMessagePosition

public enum ToastMessagePosition : String, CaseIterable, Identifiable

This file provides default fiori style for the component.

  1. Uncomment fhe following code.
  2. Implement layout and style in corresponding places.
  3. Delete .generated from file name.
  4. Move this file to _FioriStyles folder under FioriSwiftUICore.
  • Undocumented

    Declaration

    Swift

    case above
  • Undocumented

    Declaration

    Swift

    case center
  • Undocumented

    Declaration

    Swift

    case below
  • id

    Declaration

    Swift

    public var id: `Self` { get }