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