InterestPickerSection

public struct InterestPickerSection : Equatable, Hashable, Codable
extension InterestPickerSection: Sendable

A section entry within the interest picker.

  • Unique identifier for the section.

    Declaration

    Swift

    public var sectionId: String
  • Declaration

    Swift

    public init(
        /**
         * Unique identifier for the section.
         */sectionId: String)