var data: Self.Data
The collection of underlying data.
基礎をなすデータのコレクション。
associatedtype Data : Collection
The type of the underlying collection of data.
基礎をなすデータのコレクションの型。
Availability 有効性
Technology
protocol DynamicTableRowContent : TableRowContent
var data: Self.Data
associatedtype Data : Collection
func onInsert (of: [UTType], perform: (Int, [NSItemProvider ]) -> Void) -> ModifiedContent <Self, OnInsertTableRowModifier >
struct OnInsertTableRowModifier
ForEach
Data
conforms to RandomAccessCollection
, ID
conforms to Hashable
, and Content
conforms to TableRowContent
.ModifiedContent
Content
conforms to DynamicTableRowContent
and Modifier
conforms to _TableRowContentModifier
.struct TableRow
protocol TableRowContent
struct TableRowBuilder
struct TableForEachContent