mobx-bonsai
    Preparing search index...

    Variable applySnapshotConst

    applySnapshot: <T extends object>(node: T, snapshot: T) => void = ...

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

    Type declaration

      • <T extends object>(node: T, snapshot: T): void
      • Type Parameters

        • T extends object

          Object type.

        Parameters

        • node: T

          Target node.

        • snapshot: T

          Snapshot to apply.

        Returns void