JoltDebugOption.fn constructor
const
JoltDebugOption.fn(
- 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;