KKSearchScope

public enum KKSearchScope : Int, CaseIterable

The list of available search scopes.

  • kurozora: searches in the Kurozora catalog.
  • library: searches in the user’s library.

  • Tag: KKSearchScope

Cases

  • Searches in the Kurozora kurozora.

    • Tag: KKSearchScope-kurozora

    Declaration

    Swift

    case kurozora = 0
  • Searches in the user’s library list.

    • Tag: KKSearchScope-library

    Declaration

    Swift

    case library

Properties

  • The query value of a search scope.

    Declaration

    Swift

    internal var queryValue: String { get }