Interface TreeDataStandardConfig<T, P>
Type Parameters
- T = Record<string, any>
- P = {}
Properties
Optionalchildren
children?: string
Optionalextra
extra?: ((node: T,
level: number) => P) OptionalparentKey
parentKey?: string
Optionaltitle
title?: string