SettingList
struct SettingList : Decodable, Equatable, Sendable
Setting List (Global Kodi Type)
-
Undocumented
Declaration
Swift
public var value: [Int] -
Undocumented
Declaration
Swift
public var defaultValue: [Int] -
Undocumented
Declaration
Swift
public var options: [Option]? -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
SettingList Structure Reference