UNPKG

@jsonforms/material-tree-renderer

Version:

Material-based tree renderer for JSON Forms

9 lines (8 loc) 308 B
import { LabelDescription, Scopable, UISchemaElement } from '@jsonforms/core'; export interface TreeWithDetail extends UISchemaElement, Scopable { type: 'TreeWithDetail'; /** * An optional label that will be associated with the control */ label?: string | boolean | LabelDescription; }