Function applySnapshot

Applies a full snapshot over an node, reconciling it with the current contents of the object.

  • Type Parameters

    • T extends object

      Object type.

    Parameters

    • node: T

      Target node.

    • snapshot: T

      Snapshot to apply.

    Returns void