Home > @activeviam/activeui-sdk > TreeCellsCellFactoryParameters
TreeCellsCellFactoryParameters interface
Renders the underlying columns as a tree.
Signature:
export interface TreeCellsCellFactoryParameters
Properties
| Property | Type | Description |
|---|---|---|
| allowExpandCollapse | boolean | |
| automaticExpansion | boolean | |
| colors | SerializedPlugin | The serialized representation of a plugin of type OrdinalColorScaleImplementationProperties. |
| expansionPairs | { [a: string]: string; } | A dictionary of level to expand under a given level. For example {'[Booking].[Desk].[Desk]': '[Booking].[Desk].[BookId]'} will expand '[Booking].[Desk].[BookId]' right under the level '[Booking].[Desk].[Desk]'. This can be used to pre-configure an expansion path, and mix levels from different hierarchies. |
| restrictedExpansion | boolean | |
| searchTerm | string | Will highlight in the cells the characters matching the regexp. |