Constructor DotsNodeSearcherItemData
DotsNodeSearcherItemData(Type, bool, Func<IGTFPortModel, bool>, Func<IGTFPortModel, bool>, bool, bool)
Declaration
public DotsNodeSearcherItemData(Type type, bool hideInGraphSearcher = false, Func<IGTFPortModel, bool> canCreateFromDataOutput = null, Func<IGTFPortModel, bool> canCreateFromDataInput = null, bool canCreateFromInputTrigger = false, bool canCreateFromOutputTrigger = false)
Parameters
| Type | Name | Description | 
|---|---|---|
| Type | type | |
| bool | hideInGraphSearcher | |
| Func<IGTFPortModel, bool> | canCreateFromDataOutput | |
| Func<IGTFPortModel, bool> | canCreateFromDataInput | |
| bool | canCreateFromInputTrigger | |
| bool | canCreateFromOutputTrigger |