Click or drag to resize

Output Properties

The WidgetOutput type exposes the following members.

Properties
  NameDescription
Public propertyAllowMany
If true, allows more than one input to be connected to this output.
Public propertyConnections
Connections between widgets.
Public propertyDataType
The type of data this output sends.
Public propertyIsConnected
Returns true if this output is connected to a input.
Public propertyOnInputAdded
Gets or sets the on input added callback
Public propertyOnInputRemoved
Gets or sets the on input removed callback
Public propertyOwner
Returns a reference to the Widget owner, this is set when the Widget initializes.
Top
See Also