JoltDebugOption.fn constructor

const JoltDebugOption.fn(
  1. JoltDebugFn? onDebug
)

Creates a debug option with only a custom debug callback.

The onDebug callback will be invoked whenever a debug operation occurs for the node.

Implementation

const JoltDebugOption.fn(this.onDebug)
    : debugLabel = null,
      debugType = null;