CommandInputFocusValue
This content is for v1.3.1. 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の戻り値。
Properties
Section titled “Properties”commandInputRef
Section titled “commandInputRef”
readonlycommandInputRef:RefObject<HTMLInputElement|null>
Defined in: presentation/cli/components/bookmark-cli-terminal-body-hooks.ts:30
Command input ref。
handleTerminalMouseDown
Section titled “handleTerminalMouseDown”
readonlyhandleTerminalMouseDown:MouseEventHandler<HTMLElement>
Defined in: presentation/cli/components/bookmark-cli-terminal-body-hooks.ts:32
Terminal面のmouse down handler。