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

3 lines
159 B
C#

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