SettingInt
struct SettingInt : Decodable, Equatable, Sendable
Setting Int (Global Kodi Type)
-
Undocumented
Declaration
Swift
public var value: Int -
Undocumented
Declaration
Swift
public var defaultValue: Int -
Undocumented
Declaration
Swift
public var maximum: Int? -
Undocumented
Declaration
Swift
public var minimum: Int? -
Undocumented
Declaration
Swift
public var step: Int? -
Undocumented
Declaration
Swift
public var options: [Option]?
View on GitHub
SettingInt Structure Reference