AbstractRange: endContainer プロパティ
endContainer
は AbstractRange
インターフェイスの読み取り専用プロパティで、範囲の末尾がある Node
を返します。
値
範囲の最後の文字を含む Node
です。
例
js
let endNode = range.endContainer;
仕様書
Specification |
---|
DOM Standard # ref-for-dom-range-endcontainer① |
ブラウザーの互換性
BCD tables only load in the browser