AI-Studio/app/MindWork AI Studio/Components/TreeButton.cs
2024-08-21 08:30:01 +02:00

3 lines
165 B
C#

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