moveCommandHistoryCursor
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
moveCommandHistoryCursor(
input):CommandHistoryCursorIndex
Defined in: domain/storage/command-history-navigation.ts:79
Command history cursorを移動。
Parameters
Section titled “Parameters”Command history cursor移動入力。
Returns
Section titled “Returns”移動後cursor index。
Example
Section titled “Example”const result = moveCommandHistoryCursor({ currentIndex: false, direction: "previous", itemCount: 3 });// 2