OrnamentVisibility

public enum OrnamentVisibility : String, Equatable

Options used to configure the visibility of an ornament

  • Shows the ornament when relevant

    Declaration

    Swift

    case adaptive
  • Hides the ornament

    Declaration

    Swift

    case hidden
  • Shows the ornament

    Declaration

    Swift

    case visible