sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias TreeNode

TreeNode: object

Tree node representing data in a pivot table

Type declaration

children

children?: TreeNode[]

List of children of this node


data

data?: any[]

Data list for rows nodes


index

index?: number

Index in data list for columns nodes


value

value?: string

Raw data

Last Updated: