Details
enum Details
Setting details related items (SwiftlyKodi Type)
-
Setting category (Global Kodi Type)
See moreDeclaration
Swift
struct Category : Decodable, Identifiable, Hashable, Sendable
-
Setting Details Control (SwiftlyKodi type)
See moreDeclaration
Swift
struct Control : Decodable, Equatable, Sendable
-
Control Format (SwiftlyKodi type)
See moreDeclaration
Swift
enum ControlFormat : String, Decodable, Sendable
-
Control Type (SwiftlyKodi type)
See moreDeclaration
Swift
enum ControlType : String, Decodable, Sendable
-
Settings group (Global Kodi Type)
See moreDeclaration
Swift
struct Group : Decodable, Identifiable, Hashable, Sendable
-
Setting details (SwiftlyKodi Type)
See moreDeclaration
Swift
struct KodiSetting : Identifiable, Equatable, Decodable, Sendable
-
Setting Option (SwiftlyKodi type)
See moreDeclaration
Swift
struct Option : Hashable, Decodable, Sendable
-
Settings section (Global Kodi Type)
See moreDeclaration
Swift
struct Section : Decodable, Identifiable, Hashable, Sendable
-
Setting Addon (Global Kodi Type)
See moreDeclaration
Swift
struct SettingAddon : Decodable, Equatable, Sendable
-
Setting Bool (Global Kodi Type)
See moreDeclaration
Swift
struct SettingBool : Decodable, Equatable, Sendable
-
Setting Int (Global Kodi Type)
See moreDeclaration
Swift
struct SettingInt : Decodable, Equatable, Sendable
-
Setting List (Global Kodi Type)
See moreDeclaration
Swift
struct SettingList : Decodable, Equatable, Sendable
-
Setting String (Global Kodi Type)
See moreDeclaration
Swift
struct SettingString : Decodable, Equatable, Sendable
-
Setting Type (SwiftlyKodi type)
See moreDeclaration
Swift
enum SettingType : String, Decodable, Sendable