Skip to content

CommandInputElement

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:59

入力欄DOM elementとして使う最小shapeです。

readonly selectionEnd: number | null

Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:63

選択範囲の終端indexです。


readonly selectionStart: number | null

Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:67

選択範囲の開始indexです。


readonly setSelectionRange: (selectionStart, selectionEnd) => void

Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:71

選択範囲を更新します。

number

number

void


readonly value: string

Defined in: presentation/cli/components/bookmark-cli-command-form.tsx:75

入力値です。

Last updated: