nextSibling property
The MutationRecord read-only property nextSibling is the next
sibling of an added or removed child node of the
target
of a MutationObserver.
Implementation
external Node? get nextSibling;
The MutationRecord read-only property nextSibling is the next
sibling of an added or removed child node of the
target
of a MutationObserver.
external Node? get nextSibling;