Output Properties |
The WidgetOutput type exposes the following members.
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.
|