Core API Overview > @adpt/core > Adapt > DomDiff
Adapt.DomDiff interface
Signature:
export interface DomDiff<E extends AdaptMountedElement = AdaptMountedElement>
Properties
| Property | Type | Description |
|---|---|---|
| added | Set<E> | |
| commonNew | Set<E> | |
| commonOld | Set<E> | |
| deleted | Set<E> |