TreeElementinterface

{
	readonly key: string;
	readonly type: `tree-${string}`;
}
PropertyType
.keystring
required readonly
.type`tree-${string}`
required readonly

Element in a heirarchical tree.

  • Has a tree- prefixed type string.
  • Requires a string key prop (can be resolved to a path).
  • Props can include title, description, and/or content to be useful.