initial copy
This commit is contained in:
8
s8n-runtime/ViewModels/WorkflowNodeToolInfo.cs
Normal file
8
s8n-runtime/ViewModels/WorkflowNodeToolInfo.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace s8n_runtime.ViewModels;
|
||||
|
||||
public record WorkflowNodeToolInfo(
|
||||
string Icon, string? IconColor,
|
||||
int Width, int Height, string Classes, string Styles,
|
||||
string? Render, string? RenderEdit,
|
||||
object? InitNode,
|
||||
List<WorkflowNodeToolSlot>? Slots);
|
||||
Reference in New Issue
Block a user