Click or drag to resize

WidgetOutput Constructor

The constructor for an widget output object.

Namespace:  IBM.Watson.DeveloperCloud.Widgets
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Output(
	Type dataType,
	bool allowMany = false
)

Parameters

dataType
Type: SystemType
The type of data this widget outputs.
allowMany (Optional)
Type: SystemBoolean
If true, then this output will connect to more than one input.
See Also