LabeledSectionBreak
public struct LabeledSectionBreak : Decodable, PreferenceCenterConfigSection
extension PreferenceCenterConfig.LabeledSectionBreak: Encodable
Labeled section break info.
-
The section’s type.
Declaration
Swift
public let type: PreferenceCenterConfigSectionType
-
The section’s identifier.
Declaration
Swift
public var id: String
-
The section’s display info.
Declaration
Swift
public var display: CommonDisplay?
-
The section’s display conditions.
Declaration
Swift
public var conditions: [Condition]?