var tableRowBody : some TableRowContent
The composition of content that comprise the table row content.
typealias TableRowBody
The type of content representing the body of this table row content.
Availability 有効性
Technology
struct TableForEachContent<Data> where Data : RandomAccessCollection
, Data.Element : Identifiable
This row content is created by Table
initializers as the table’s Rows
generic type.
To explicitly create dynamic collection-based rows, use For
instead.
var tableRowBody : some TableRowContent
typealias TableRowBody
func itemProvider ((() -> NSItemProvider ?)?) -> ModifiedContent <Self, ItemProviderTableRowModifier >
typealias TableRowValue
struct TableRow
protocol TableRowContent
struct TableRowBuilder
protocol DynamicTableRowContent