WidgetOutput Class |
Namespace: IBM.Watson.DeveloperCloud.Widgets
[SerializableAttribute] public class Output
The WidgetOutput type exposes the following members.
Name | Description | |
---|---|---|
WidgetOutput |
The constructor for an widget output object.
|
Name | Description | |
---|---|---|
AllowMany |
If true, allows more than one input to be connected to this output.
| |
Connections |
Connections between widgets.
| |
DataType |
The type of data this output sends.
| |
IsConnected |
Returns true if this output is connected to a input.
| |
OnInputAdded |
Gets or sets the on input added callback
| |
OnInputRemoved |
Gets or sets the on input removed callback
| |
Owner |
Returns a reference to the Widget owner, this is set when the Widget initializes.
|
Name | Description | |
---|---|---|
AddConnection(WidgetInput) |
Add a connection to this output, returns false if the connection can't be made.
| |
AddConnection(GameObject, String) |
Add a connect to a given object and optional target input.
| |
RemoveConnection |
Remove the connection between widgets.
| |
SendData |
Sends a data object to the target of this output.
| |
Start |
Starts this Output.
|