KodiSetting
struct KodiSetting : Identifiable, Equatable, Decodable, Sendable
Setting details (SwiftlyKodi Type)
-
Kodi calls this
type
but that is a reserved wordDeclaration
Swift
public var settingType: Setting.Details.SettingType
-
Custom decoder
Declaration
Swift
public init(from decoder: Decoder) throws