var tableRowBody : Self.TableRowBody
The composition of content that comprise the table row content.
associatedtype TableRowBody : TableRowContent
The type of content representing the body of this table row content.
Availability 有効性
Technology
protocol TableRowContent
var tableRowBody : Self.TableRowBody
associatedtype TableRowBody : TableRowContent
associatedtype TableRowValue : Identifiable = Self.TableRowBody .TableRowValue
func itemProvider ((() -> NSItemProvider ?)?) -> ModifiedContent <Self, ItemProviderTableRowModifier >
struct ItemProviderTableRowModifier
ForEach
Data
conforms to RandomAccessCollection
, ID
conforms to Hashable
, and Content
conforms to TableRowContent
.Group
Content
conforms to TableRowContent
.ModifiedContent
Content
conforms to TableRowContent
and Modifier
conforms to _TableRowContentModifier
.TableForEachContent
TableRow
TupleTableRowContent
struct TableRow
struct TableRowBuilder
struct TableForEachContent
protocol DynamicTableRowContent