init(after: CommandGroupPlacement , addition: () -> Content)
A value describing the addition of the given views to the end of the indicated group.
与えられたビューそれらのこの指し示されたグループの末尾への追加を記述しているある値。
init(before: CommandGroupPlacement , addition: () -> Content)
A value describing the addition of the given views to the beginning of the indicated group.
与えられたビューそれらのこの指し示されたグループの冒頭への追加を記述しているある値。
init(replacing: CommandGroupPlacement , addition: () -> Content)
A value describing the complete replacement of the contents of the indicated group with the given views.
指し示されたグループの内容のこの与えられたビューとの完全な置き換えを記述しているある値。