A node of the Sankey diagram, representing one facet value in one column.

Hierarchy

  • ProductAnalyticsSankeyNode

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

The nodes rolled up into this one, when the node is an aggregate.

column?: number

Zero-based index of the column the node sits in.

dropoffValue?: number

Number of sessions that ended at the node.

id?: string

Unique identifier for the node.

incomingValue?: number

Number of sessions entering the node.

name?: string

The facet value the node represents.

outgoingValue?: number

Number of sessions leaving the node.

The kind of node. regular is a single facet value, other rolls up the values that did not fit within entries_per_step, and dropoff collects the sessions that ended at this column.

value?: number

Number of sessions passing through the node.

Generated using TypeDoc