CharacterBoundsUpdateEvent: CharacterBoundsUpdateEvent() コンストラクター

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

Experimental: これは実験的な機能です。
本番で使用する前にブラウザー互換性一覧表をチェックしてください。

CharacterBoundsUpdateEvent() コンストラクターは、新しい CharacterBoundsUpdateEvent オブジェクトを返します。

構文

js
new CharacterBoundsUpdateEvent(type)
new CharacterBoundsUpdateEvent(type, options)

引数

type

イベントの種類を表す文字列です。とりうる値は "characterboundsupdate" です。

options 省略可

省略可能なオブジェクトで、以下のプロパティを持ちます。

rangeStart

編集可能なテキスト領域内のこのイベントが関係する始点の文字のオフセットを設定する数値です。

rangeEnd

編集可能なテキスト領域内のこのイベントが関係する終点の文字のオフセットを設定する数値です。

仕様書

Specification
EditContext API
# dom-characterboundsupdateevent-constructor

ブラウザーの互換性

BCD tables only load in the browser

関連情報