AI-Studio/app/MindWork AI Studio/Components/Blocks/TreeButton.cs
2024-07-13 10:37:57 +02:00

3 lines
172 B
C#

namespace AIStudio.Components.Blocks;
public readonly record struct TreeButton(WorkspaceBranch Branch, int Depth, string Text, string Icon, Func<Task> Action) : ITreeItem;