Protocol

CustomizableToolbarContent

Conforming types represent items that can be placed in various locations in a customizable toolbar. 準拠している型は、あるカスタマイズ可能なツールバーの中のさまざまな場所に置かれることができる項目を表します。

Declaration 宣言

protocol CustomizableToolbarContent : ToolbarContent where Self.Body : CustomizableToolbarContent

Relationships 関係

Inherits From 継承元

Conforming Types これらの型が準拠

  • Group
    Conforms when Content conforms to CustomizableToolbarContent. ContentCustomizableToolbarContentに準拠する時に準拠します。
  • ToolbarItem
    Conforms when ID is String and Content conforms to View. IDStringであるそしてContentViewに準拠する時に準拠します。

See Also 参照

Toolbars