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

3 lines
153 B
C#
Raw Normal View History

namespace AIStudio.Components.Blocks;
2024-07-11 06:54:03 +00:00
public readonly record struct TreeButton(WorkspaceBranch Branch, int Depth, string Text, string Icon) : ITreeItem;