Group
struct Group : Decodable, Identifiable, Hashable, Sendable
Settings group (Global Kodi Type)
-
Declaration
Swift
public func hash(into hasher: inout Hasher) -
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
View on GitHub
Group Structure Reference