Implemente code for the take node and added functionality to take the list or array
This commit is contained in:
@@ -533,6 +533,23 @@
|
||||
</nodify:Node>
|
||||
</DataTemplate>
|
||||
|
||||
<DataTemplate DataType="{x:Type local:TakeOperationViewModel}">
|
||||
<nodify:Node Header="{Binding Title}"
|
||||
Content="{Binding}"
|
||||
Input="{Binding Input}"
|
||||
Output="{Binding Output}">
|
||||
<nodify:Node.ContentTemplate>
|
||||
<DataTemplate DataType="{x:Type local:TakeOperationViewModel}">
|
||||
<StackPanel Margin="4">
|
||||
<CheckBox Content="Random"
|
||||
IsChecked="{Binding IsRandom, UpdateSourceTrigger=PropertyChanged}"
|
||||
Foreground="White" Margin="0 0 0 4" />
|
||||
</StackPanel>
|
||||
</DataTemplate>
|
||||
</nodify:Node.ContentTemplate>
|
||||
</nodify:Node>
|
||||
</DataTemplate>
|
||||
|
||||
<DataTemplate DataType="{x:Type local:OperationViewModel}">
|
||||
<nodify:Node Content="{Binding Title}"
|
||||
Input="{Binding Input}"
|
||||
|
||||
Reference in New Issue
Block a user