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

3 lines
165 B
C#
Raw Normal View History

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