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 onPlayPauseCommand (perform: (() -> Void)?) -> some View
Adds an action to perform in response to the system’s Play/Pause command.
システムのもつ「再生/一時停止」コマンドに答えて実行するアクションを加えます。
func onCommand (Selector, perform: (() -> Void)?) -> some View
Adds an action to perform in response to the given selector.
与えられたセレクタに答えて実行するあるアクションを加えます。