TreeButtonPropsinterface

{
	readonly name: string;
	readonly children?: ReactNode | undefined;
}
PropertyType
.namestring
Reference to an element in the tree — a flat key ("Store", "Store.get") or a canonical path ("/schema/BooleanSchema"). required readonly
.childrenReactNode
Visible label — defaults to the resolved element's title, falling back to name. readonly

Props for the TreeButton component — the element reference plus button variants.