DocumentType

public enum DocumentType
extension DocumentType: Equatable, Hashable
  • A page that isn’t described by any other more specific types.

    Declaration

    Swift

    case regular
  • A media page.

    Declaration

    Swift

    case media