var data: Self.Data
The collection of underlying data.
基礎をなすデータのコレクション。
associatedtype Data : Collection
The type of the underlying collection of data.
基礎をなすデータのコレクションの型。
Availability 有効性
Technology
protocol DynamicViewContent : View
var data: Self.Data
associatedtype Data : Collection
func onDelete (perform: Optional<(IndexSet ) -> Void>) -> some DynamicViewContent
func onInsert (of: [UTType], perform: (Int, [NSItemProvider ]) -> Void) -> some DynamicViewContent
func onMove (perform: Optional<(IndexSet , Int) -> Void>) -> some DynamicViewContent
func onInsert (of: [String], perform: (Int, [NSItemProvider ]) -> Void) -> some DynamicViewContent
ForEach
Data
conforms to RandomAccessCollection
, ID
conforms to Hashable
, and Content
conforms to View
.
Data
がRandomAccessCollection
に準拠する、ID
がHashable
に準拠する、そしてContent
がView
に準拠する時に準拠します。
ModifiedContent
Content
conforms to DynamicViewContent
and Modifier
conforms to ViewModifier
.
Content
がDynamicViewContent
に準拠するそしてModifier
がViewModifier
に準拠する時に準拠します。
struct List
struct ListItemTint
struct Section
struct ForEach
Data
conforms to RandomAccessCollection
, ID
conforms to Hashable
, and Content
conforms to View
.
Data
がRandomAccessCollection
に準拠する、ID
がHashable
に準拠する、そしてContent
がView
に準拠する時に利用可能です。