TreeButtonPropsinterface
{
readonly name: string;
readonly children?: ReactNode | undefined;
}| Property | Type | |
|---|---|---|
.name | string | Reference to an element in the tree — a flat key ( "Store", "Store.get") or a canonical path ("/schema/BooleanSchema"). required readonly |
.children | ReactNode | 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.