form-graph
    Preparing search index...

    Interface RuleUnit<State, Ext>

    A compiled rule unit — what graph.effects holds and reconcile: accepts.

    interface RuleUnit<State = unknown, Ext = unknown> {
        reconciler: PatchReconciler<State, Ext>;
    }

    Type Parameters

    • State = unknown
    • Ext = unknown
    Index
    reconciler: PatchReconciler<State, Ext>