Structure
ImportFromDevicesCommands
A built-in set of commands that enables importing content from nearby devices.
Declaration
宣言
struct ImportFromDevicesCommands
Overview
概要
This set of commands adds items based on nearby devices and capabilities, like taking photos or scanning documents. Views can receive imported content from these menu items by using the importsItemProviders(_:onImport:)
modifier.
These commands are optional and you can explicitly request them by passing a value of this type to the commands(content:)
modifier.
Topics
話題
Creating the Command Group
init()
Creates a new set of device import commands.
Supporting Types
支援を行う型
typealias Body
The type of commands that represents the body of this command hierarchy.
See Also
参照
Built-in Command Groups
struct SidebarCommands
A built-in set of commands for manipulating window sidebars.
ウインドウサイドバーを操作するためのコマンドの組み込みセット。
struct TextEditingCommands
A built-in group of commands for searching, editing, and transforming selections of text.
選択テキストの検索、編集、変換のためのコマンドの組み込みグループ。
struct TextFormattingCommands
A built-in set of commands for transforming the styles applied to selections of text.
選択テキストに適用するスタイルを変換するコマンドの組み込みセット。
struct ToolbarCommands
A built-in set of commands for manipulating window toolbars.
ウインドウツールバーを操作するためのコマンドの組み込みセット。