SlotConstraint

public enum SlotConstraint : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case required = "Required"
  • Undocumented

    Declaration

    Swift

    case optional = "Optional"
  • Declaration

    Swift

    public var description: String { get }