BlockType

public struct BlockType : Decodable

Undocumented

  • Undocumented

    Declaration

    Swift

    public let nestingMode: NestingMode
  • Undocumented

    See more

    Declaration

    Swift

    public enum NestingMode : String, Decodable
  • Undocumented

    Declaration

    Swift

    public let block: Block
  • Undocumented

    Declaration

    Swift

    public let minItems: Int?
  • Undocumented

    Declaration

    Swift

    public let maxItems: Int?