KodiSetting

struct KodiSetting : Identifiable, Equatable, Decodable, Sendable

Setting details (SwiftlyKodi Type)

  • id

    Calculated variables

    The ID of the setting

    Declaration

    Swift

    public var id: Setting.ID { get }
  • Undocumented

    Declaration

    Swift

    public var parent: Setting.ID
  • Kodi calls this type but that is a reserved word

    Declaration

    Swift

    public var settingType: Setting.Details.SettingType
  • Custom decoder

    Declaration

    Swift

    public init(from decoder: Decoder) throws