SettingAddon
struct SettingAddon : Decodable, Equatable, Sendable
Setting Addon (Global Kodi Type)
-
Undocumented
Declaration
Swift
public var addonType: Addon.Types
-
Undocumented
Declaration
Swift
public var value: String
-
Undocumented
Declaration
Swift
public var defaultValue: String
-
Undocumented
Declaration
Swift
public var allowEmpty: Bool
-
Undocumented
Declaration
Swift
public var options: [Option]
-
Undocumented
See moreDeclaration
Swift
public struct Option : Hashable, Decodable, Sendable
-
Declaration
Swift
public init(from decoder: Decoder) throws