Section
struct Section : Decodable, Identifiable, Hashable, Sendable
Settings section (Global Kodi Type)
-
Public init
Declaration
Swift
public init( id: Setting.Section, label: String = "", help: String = "" ) -
Setting.Details.Base
The ID of the setting
Declaration
Swift
public var id: Setting.Section -
Undocumented
Declaration
Swift
public var label: String -
Undocumented
Declaration
Swift
public var help: String -
Custom decoder
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Section Structure Reference