WhatsNewListItem

public struct WhatsNewListItem
extension WhatsNewListItem: View
extension WhatsNewListItem: _ViewEmptyChecking

A single list item to be displayed within the WhatsNewListView.

  • Undocumented

    Declaration

    Swift

    public init(@ViewBuilder detailImage: () -> any View = { EmptyView() },
                @ViewBuilder title: () -> any View,
                @ViewBuilder subtitle: () -> any View = { EmptyView() },
                componentIdentifier: String? = WhatsNewListItem.identifier)
  • Undocumented

    Declaration

    Swift

    static let identifier: String
  • Undocumented

    Declaration

    Swift

    init(detailImage: Image? = nil,
         title: AttributedString,
         subtitle: AttributedString? = nil)
  • Undocumented

    Declaration

    Swift

    init(_ configuration: WhatsNewListItemConfiguration)
  • Declaration

    Swift

    @MainActor
    public var body: some View { get }
  • Undocumented

    Declaration

    Swift

    public var isEmpty: Bool { get }