PreferenceCenterConfigSectionType
public enum PreferenceCenterConfigSectionType : String, Equatable, Sendable, Codable
Preference config section type.
-
Common section type.
Declaration
Swift
case common = "section"
-
Labeled section break type.
Declaration
Swift
case labeledSectionBreak = "labeled_section_break"