A link of the Sankey diagram, representing the sessions flowing between two nodes.

Hierarchy

  • ProductAnalyticsSankeyLink

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
column?: number

Zero-based index of the column the link starts from.

id?: string

Unique identifier for the link.

source?: string

Identifier of the node the link starts at.

target?: string

Identifier of the node the link ends at.

value?: number

Number of sessions flowing along the link.

Generated using TypeDoc