func onDelete (perform: Optional<(IndexSet ) -> Void>) -> some DynamicViewContent
Sets the deletion action for the dynamic view.
動的ビューに対する削除アクションを設定します。
func onInsert (of: [UTType], perform: (Int, [NSItemProvider ]) -> Void) -> some DynamicViewContent
Sets the insert action for the dynamic view.
動的ビューに対して挿入アクションを設定します。
func onInsert (of: [String], perform: (Int, [NSItemProvider ]) -> Void) -> some DynamicViewContent
Sets the insert action for the dynamic view.
動的ビューに対して挿入アクションを設定します。
func onMove (perform: Optional<(IndexSet , Int) -> Void>) -> some DynamicViewContent
Sets the move action for the dynamic view.
動的ビューに対する移動アクションを設定します。