Control
struct Control : Decodable, Equatable, Sendable
Setting Details Control (SwiftlyKodi type)
-
Setting.Details.ControlBase
Kodi calls this
type
but that is a reserved wordDeclaration
Swift
public var controlType: Setting.Details.ControlType
-
Undocumented
Declaration
Swift
public var format: ControlFormat
-
Undocumented
Declaration
Swift
public var delayed: Bool
-
Custom decoder
Declaration
Swift
public init(from decoder: Decoder) throws