Method GetVisualizerElement
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
GetVisualizerElement(ExpressionBuilder)
Returns the InspectBuilder instance that should be used to visualize the specified workflow element.
public static InspectBuilder GetVisualizerElement(ExpressionBuilder builder)
Parameters
builderExpressionBuilderThe ExpressionBuilder for which to retrieve the visualizer element.
Returns
- InspectBuilder
The InspectBuilder instance that should be used to visualize the specified workflow element.
Exceptions
- ArgumentNullException
builderis null.