Category

struct Category : Decodable, Identifiable, Hashable, Sendable

Setting category (Global Kodi Type)

  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • id

    Setting.Details.Base

    Declaration

    Swift

    public var id: Setting.Category
  • Undocumented

    Declaration

    Swift

    public var label: String
  • Help is optional

    Declaration

    Swift

    public var help: String?
  • Undocumented

    Declaration

    Swift

    public var groups: [Setting.Details.Group]
  • Declaration

    Swift

    public init(from decoder: Decoder) throws