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

3 lines
172 B
C#
Raw Normal View History

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