func touchBar <Content>(TouchBar <Content>) -> some View
Sets the Touch Bar content to be shown in the Touch Bar when applicable.
Touch Bar内容を設定します、適用可能な時にTouch Barにおいて示されます。
func touchBarItemPrincipal (Bool) -> some View
Sets principal views that have special significance to this Touch Bar.
特別な意義を持つプリンシパル(主役)ビューを、このTouch Barに対して設定します。
func touchBarCustomizationLabel (Text) -> some View
Sets a user-visible string that identifies the view’s functionality.
ビューのもつ機能性を識別するあるユーザ可視文字列を設定します。
func touchBarItemPresence (TouchBarItemPresence ) -> some View
Sets the behavior of the user-customized view.
ユーザがカスタマイズするビューの挙動を設定します。