Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum AccessoryType : Int, CaseIterable
  • It is either a String or Image

    See more

    Declaration

    Swift

    public enum TextOrIcon
  • An enum representing the different item styles that a DataTable can have.

    See more

    Declaration

    Swift

    public enum DataItemType : Int, CaseIterable
  • Property for object view.

    See more

    Declaration

    Swift

    public enum ObjectViewProperty
  • Undocumented

    See more

    Declaration

    Swift

    public enum RowAlignment
  • Accessory item type.

    See more

    Declaration

    Swift

    public enum AccessoryItem : Equatable
  • Activity item predefined types

    See more

    Declaration

    Swift

    public enum ActivityItemType
  • Data types for KPIItemView.

    See more

    Declaration

    Swift

    public enum KPIItemData
  • UI control types supporeted by Sort and Filter configuration

    See more

    Declaration

    Swift

    public enum SortFilterItem : Identifiable, Hashable
  • An enum for setting the segment mode in DimensionSelector

    See more

    Declaration

    Swift

    @frozen
    public enum SegmentWidthMode : Equatable
  • Place the image along the top, leading, bottom, or trailing edge of the button.

    See more

    Declaration

    Swift

    public enum FioriButtonImagePosition
  • The color style of a Fiori button.

    See more

    Declaration

    Swift

    public enum FioriButtonColorStyle
  • loading state of FioriButton

    See more

    Declaration

    Swift

    public enum FioriButtonLoadingState
  • Undocumented

    See more

    Declaration

    Swift

    public enum LibraryPreviewData
  • Undocumented

    Declaration

    Swift

    public enum Fiori
  • A custom view builder that return instance of type IndexedViewContainer.

    See more

    Declaration

    Swift

    @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
    @resultBuilder
    public enum IndexedViewBuilder
  • Fiori style shadow.

    See more

    Declaration

    Swift

    public enum FioriShadowStyle : CaseIterable
  • A custom parameter attribute that constructs views from closures.

    Declaration

    Swift

    @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
    @resultBuilder
    public enum AvatarsBuilder
  • A custom parameter attribute that constructs views from closures.

    See more

    Declaration

    Swift

    @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
    @resultBuilder
    public enum FootnoteIconsBuilder
  • Undocumented

    See more

    Declaration

    Swift

    public enum TextPosition
  • Define the possible output formats for the scanned document

    See more

    Declaration

    Swift

    public enum ScanOutputFormat
  • Define the possible output types: either an array of images or a PDF document

    See more

    Declaration

    Swift

    public enum ScanOutput
  • A custom parameter attribute that constructs views from closures.

    See more

    Declaration

    Swift

    @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
    @resultBuilder
    public enum IconBuilder
  • Undocumented

    Declaration

    Swift

    @resultBuilder
    public enum KPIHeaderBuilder
  • Available OptionListPickerItem layout types. Use this enum to define item layout type to present.

    See more

    Declaration

    Swift

    public enum OptionListPickerItemLayoutType
  • Enum for FilterFeedbackBar ResetButton Type.

    See more

    Declaration

    Swift

    public enum FilterFeedbackBarResetButtonType
  • A custom parameter attribute that constructs views from closures.

    See more

    Declaration

    Swift

    @available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)
    @resultBuilder
    public enum TagBuilder
  • The status of a timeline node

    See more

    Declaration

    Swift

    public enum TimelineNodeType
  • The action type of UserConsentForm that presents the alert.

    See more

    Declaration

    Swift

    public enum UserConsentAlertType
  • Banner multi message type

    See more

    Declaration

    Swift

    public enum BannerMultiMessageType : Int
  • Card Tests

    See more

    Declaration

    Swift

    public enum CardTests
  • This file provides default fiori style for the component.

    1. Uncomment the 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.
    See more

    Declaration

    Swift

    public enum DisplayState : Equatable