Retree - v1.0.0
    Preparing search index...

    Interface IStateReconciler<TState>

    Reconciles an incoming query value against the current node state.

    interface IStateReconciler<TState> {
        reconcile(current: TState | undefined, next: TState): TState;
    }

    Type Parameters

    • TState
    Index

    Methods

    Methods