Skip to main content

Interface: DeepChangeBase

Extended by​

Properties​

isInit​

readonly isInit: boolean;

Whether this change occurred during initialization (e.g., setting default values, onInit modifications). This is true when the change is part of snapshot initialization, false for runtime changes.


isReentrant?​

readonly optional isReentrant?: boolean;

Whether this notification overlaps a mutation made by a change listener.


path​

readonly path: Path;

type​

readonly type: DeepChangeType;