PreferenceCenterConfigItem
public protocol PreferenceCenterConfigItem : Identifiable, Sendable
Preference section item info.
-
The type.
Declaration
Swift
var type: PreferenceCenterConfigItemType { get } -
The identifier.
Declaration
Swift
var id: String { get }
View on GitHub