Type

public enum Layout.UpdateMenu.`Type` : String, Encodable

Determines whether the buttons are accessible via a dropdown menu or whether the buttons are stacked horizontally or vertically

  • Undocumented

    Declaration

    Swift

    case dropDown = "dropdown"
  • Undocumented

    Declaration

    Swift

    case buttons