Skip to content

CommandInputFocusValue

This content is for v1.3.0. Switch to the latest version for up-to-date documentation.

Defined in: presentation/cli/components/bookmark-cli-terminal-body-hooks.ts:28

Command input focus hookの戻り値。

readonly commandInputRef: RefObject<HTMLInputElement | null>

Defined in: presentation/cli/components/bookmark-cli-terminal-body-hooks.ts:30

Command input ref。


readonly handleTerminalMouseDown: MouseEventHandler<HTMLElement>

Defined in: presentation/cli/components/bookmark-cli-terminal-body-hooks.ts:32

Terminal面のmouse down handler。

Last updated: