extension
EmptyView
NewiOSmacOStvOSwatchOSextension EmptyView : ChartContent
Declaration
extension EmptyView : ChartContent {
/// The content and behavior of the chart content.
nonisolated public var body: Never { get }
}
extension
TupleContent
NewiOSmacOStvOSwatchOSextension TupleContent : ChartContent where repeat each Content : ChartContent
Declaration
extension TupleContent : ChartContent where repeat each Content : ChartContent {
/// The content and behavior of the chart content.
@MainActor @inlinable @preconcurrency public var body: Never { get }
/// The type of chart content contained in the body of this instance.
@available(macOS 27.0, iOS 27.0, tvOS 27.0, watchOS 27.0, *)
public typealias Body = Never
}
typealias
TupleContent.Body
NewiOSmacOStvOSwatchOSpublic typealias Body = Never
The type of chart content contained in the body of this instance.