CommandInputElement
This content is for v1.2.1. Switch to the latest version for up-to-date documentation.
Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:59
入力欄DOM elementとして使う最小shapeです。
Properties
Section titled “Properties”selectionEnd
Section titled “selectionEnd”
readonlyselectionEnd:number|null
Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:63
選択範囲の終端indexです。
selectionStart
Section titled “selectionStart”
readonlyselectionStart:number|null
Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:67
選択範囲の開始indexです。
setSelectionRange
Section titled “setSelectionRange”
readonlysetSelectionRange: (selectionStart,selectionEnd) =>void
Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:71
選択範囲を更新します。
Parameters
Section titled “Parameters”selectionStart
Section titled “selectionStart”number
selectionEnd
Section titled “selectionEnd”number
Returns
Section titled “Returns”void
readonlyvalue:string
Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:75
入力値です。