Return Value 戻り値
A view that activates this view as the source of a drag and drop operation, beginning with user gesture input. あるビュー、それはこのビューをドラッグ&ドロップ操作のソースとして、ユーザジェスチャ入力で開始して活動します。
Availability 有効性
Technology
func onDrag(_ data: @escaping () -> NSItemProvider
) -> some View
A view that activates this view as the source of a drag and drop operation, beginning with user gesture input. あるビュー、それはこのビューをドラッグ&ドロップ操作のソースとして、ユーザジェスチャ入力で開始して活動します。
data
A closure that returns a single NSItem
that represents the draggable data from this view.
あるクロージャ、それはある単一のNSItem
です、それはこのビューからドラッグ可能なデータを表します。
Applying the on
modifier adds the appropriate gestures for drag and drop to this view. When a drag operation begins, a rendering of this view is generated and used as the preview image.
on
修飾子を適用することは、ドラッグ&ドロップに適切なジェスチャをこのビューに加えます。ドラッグ操作を開始する時、このビューのある描出は、プレビューイメージとして生成および使用されます。