Group

struct Group : Decodable, Identifiable, Hashable, Sendable

Settings group (Global Kodi Type)

  • Declaration

    Swift

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

    The ID of the setting

    Declaration

    Swift

    public var id: String
  • Undocumented

    Declaration

    Swift

    public var settings: [KodiSetting]
  • Declaration

    Swift

    public init(from decoder: Decoder) throws