Instance Method インスタンスメソッド

onDelete(perform:)

Sets the deletion action for the dynamic view. 動的ビューに対する削除アクションを設定します。

Declaration 宣言

func onDelete(perform action: Optional<(IndexSet) -> Void>) -> some DynamicViewContent

Return Value 戻り値

A view that calls action when elements are deleted from the original view. あるビュー、それはactionを要素が元のビューから削除される時に呼び出します。

Parameters パラメータ

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は、一揃いのインデックスをクロージャに渡します、それは動的ビューのもつ基礎をなすデータのコレクションに関するものです。