AI-Studio/app/MindWork AI Studio/Components/Blocks/TreeButton.cs

3 lines
172 B
C#
Raw Normal View History

namespace AIStudio.Components.Blocks;
2024-07-11 19:33:12 +00:00
public readonly record struct TreeButton(WorkspaceBranch Branch, int Depth, string Text, string Icon, Func<Task> Action) : ITreeItem;