Type Property 型プロパティ

pasteboard

Standard placement for commands that interact with the pasteboard and manipulate content that is currently selected in the app’s view hierarchy. ペーストボードと相互作用するそしてアプリのビュー階層において現在選択される内容を操作するコマンドそれらの標準配置。

Declaration 宣言

static let pasteboard: CommandGroupPlacement

Discussion 議論

Includes the following by default on macOS: 初期状態ではmacOS上で以下を含みます:

  • Cut

  • Copy

  • Paste

  • Paste and Match Style ペーストしてスタイルを合わせる

  • Delete 削除

  • Select All すべてを選択

See Also 参照

Content Updates