PreferenceCenterConfigSection
public protocol PreferenceCenterConfigSection : Equatable, Identifiable, Sendable
Preference config section.
-
The section’s type.
Declaration
Swift
var type: PreferenceCenterConfigSectionType { get } -
The section’s identifier.
Declaration
Swift
var id: String { get }
View on GitHub