Class VisualizerMapping
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Represents the assignment of a specified input source and its corresponding visualizer to a workflow element.
public sealed class VisualizerMapping
- Inheritance
-
VisualizerMapping
- Inherited Members
Properties
Source
Gets the source of runtime notifications to be visualized.
public InspectBuilder Source { get; }
Property Value
VisualizerType
Gets the type of the visualizer used to display notifications from the source.
public Type VisualizerType { get; }