ActiveUI

ActiveUI

  • User Guide
  • Developer Documentation

Home > @activeviam/activeui-sdk > TreeCellsCellFactoryParameters

TreeCellsCellFactoryParameters interface

Renders the underlying columns as a tree.

Signature:

export interface TreeCellsCellFactoryParameters 

Properties

PropertyTypeDescription
allowExpandCollapseboolean
automaticExpansionboolean
colorsSerializedPluginThe 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.
restrictedExpansionboolean
searchTermstringWill highlight in the cells the characters matching the regexp.
  • TreeCellsCellFactoryParameters interface
  • Properties
Copyright © 2019 ActiveViam