Return Value 戻り値
A view that triggers action
when a system cut command occurs.
あるビュー、それはaction
をシステムカットコマンドが発生する時に引き起こすものです。
Availability 有効性
Technology
func onCutCommand(perform payloadAction: (() -> [NSItemProvider
])?) -> some View
A view that triggers action
when a system cut command occurs.
あるビュー、それはaction
をシステムカットコマンドが発生する時に引き起こすものです。
payloadAction
An action closure that should delete the selected data and return NSItem
items corresponding to that data, which should be written to the pasteboard. If action
is nil
, the cut command is considered disabled.
あるアクションクロージャ、それは選択されたデータを削除しなくてはなりません、そしてペーストボードに書き込まれるべきそのデータに対応しているNSItem
項目それらを返さなければなりません。action
がnil
ならば、そのカットコマンドは無効とみなされます。