JoltDebugFn typedef

JoltDebugFn = void Function(DebugNodeOperationType type, ReactiveNode node)

A debug callback for reactive node operations.

The type argument identifies the lifecycle event. The node argument is the affected reactive node.

Implementation

typedef JoltDebugFn = void Function(
    DebugNodeOperationType type, ReactiveNode node);