TreeLinkPropsinterface

{
	readonly name: string;
}
PropertyType
.namestring
Reference to an element in the tree — a flat key ("BooleanSchema", "Store.get") or a canonical path ("/schema/BooleanSchema"). required readonly

Props for the TreeLink component — the element reference plus an optional label.