Skip to content
On this page

ReactiveProtocol

bolt Methods

debug

static debug(reactive, options?): void;

Return a pretty-printed list of the reactive value’s dependencies.

reactiveReactiveProtocol

An object that implements ReactiveProtocol.

options.implementationboolean

Whether to include dependencies from internal implementations. If false, implementation details will be grouped into higher-level APIs.

options.sourceboolean

Whether to include the source location where each dependency was created. The source location is always included for anonymous dependencies.

Released under the MIT license