Return Value 戻り値
A view that calls action
when elements are deleted from the original view.
あるビュー、それはaction
を要素が元のビューから削除される時に呼び出します。
Availability 有効性
Technology
func onDelete(perform action: Optional
<(IndexSet
) -> Void
>) -> some DynamicViewContent
A view that calls action
when elements are deleted from the original view.
あるビュー、それはaction
を要素が元のビューから削除される時に呼び出します。
action
The action that you want SwiftUI to perform when elements in the view are deleted. SwiftUI passes a set of indices to the closure that’s relative to the dynamic view’s underlying collection of data. ビューの中の要素が削除される時にあなたがSwiftUIに実行してほしいアクション。SwiftUIは、一揃いのインデックスをクロージャに渡します、それは動的ビューのもつ基礎をなすデータのコレクションに関するものです。