TreeLinkPropsinterface
{
readonly name: string;
}| Property | Type | |
|---|---|---|
.name | string | 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.