Enum DataSourceTypeEditor.DataSource
Specifies the source of runtime notifications to the property editor.
protected enum DataSourceTypeEditor.DataSource
Fields
Input = 0
Runtime notifications will come from the first input sequence to the operator.
Output = 1
Runtime notifications will come from the observable output of the operator.