func pageCommand <V>(value: Binding<V>, in: ClosedRange <V>, step: V) -> some View
Steps a value through a range in response to page up or page down commands.
func onExitCommand (perform: (() -> Void)?) -> some View
Sets up an action that triggers in response to receiving the exit command while the view has focus.
ビューがフォーカスを持つ間に退出命令を受け取ることに答えて引き起こされるアクションを準備します。
func onCommand (Selector, perform: (() -> Void)?) -> some View
Adds an action to perform in response to the given selector.
与えられたセレクタに答えて実行するあるアクションを加えます。