Documentation

@kanunilabs/pivotgrid-react


@kanunilabs/pivotgrid-react / PivotNode

Interface: PivotNode

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:818

A node in the row or column tree hierarchy returned by the engine.

Properties

children

children: PivotNode[]

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:822


depth

depth: number

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:825


fieldId

fieldId: string

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:821


hasChildren?

optional hasChildren?: boolean

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:826


isExpanded

isExpanded: boolean

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:823


isTotal

isTotal: boolean

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:824


key

key: string

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:819


value

value: PivotValue

Defined in: packages/core/dist/pivot.worker-DQFl4fMu.d.ts:820