CommandInputKeyEvent
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:33
入力欄key eventとして扱う最小shapeです。
Properties
Section titled “Properties”ctrlKey
Section titled “ctrlKey”
readonlyctrlKey:boolean
Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:37
Control keyが押されているかです。
currentTarget
Section titled “currentTarget”
readonlycurrentTarget:CommandInputElement
Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:41
入力要素です。
readonlykey:string
Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:45
押されたkey名です。
preventDefault
Section titled “preventDefault”
readonlypreventDefault: () =>void
Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:53
Browser標準のkey動作を止めます。
Returns
Section titled “Returns”void
shiftKey
Section titled “shiftKey”
readonlyshiftKey:boolean
Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:49
Shift keyが押されているかです。