Return Value 戻り値
A view that triggers action
when a system copy command occurs.
あるビュー、それはaction
をシステムコピーコマンドが発生する時に引き起こすものです。
Availability 有効性
Technology
func onCopyCommand(perform payloadAction: (() -> [NSItemProvider
])?) -> some View
A view that triggers action
when a system copy command occurs.
あるビュー、それはaction
をシステムコピーコマンドが発生する時に引き起こすものです。
payloadAction
An action closure returning the NSItem
items that should be copied to the pasteboard when the copy command is triggered. If action
is nil
, the copy command is considered disabled.
コピーコマンドが引き起こされる時にペーストボートにコピーされるべきNSItem
項目を返すアクションクロージャ。action
がnil
ならば、そのコピーコマンドは無効とみなされます。