Skip to main content

Interface: ChartRelationship

Defined in: src/sdk/charts/ChartTypes.ts:97

A relationship from one chart to another.

Properties

fromChartGuid

readonly fromChartGuid: string

Defined in: src/sdk/charts/ChartTypes.ts:102

The GUID of the chart on the FROM side of this relationship (the FROM chart).


procedure

readonly procedure: null | ChartProcedureIdentifier

Defined in: src/sdk/charts/ChartTypes.ts:114

The procedure associated with this relationship, if any.


toChartGuid

readonly toChartGuid: string

Defined in: src/sdk/charts/ChartTypes.ts:105

The GUID of the chart on the TO side of this relationship (the TO chart).


toChartPage

readonly toChartPage: null | number

Defined in: src/sdk/charts/ChartTypes.ts:111

The (zero-based) index of the page of the TO chart to which this relationship applies, or null if the relationship is not page-specific.


type

readonly type: number

Defined in: src/sdk/charts/ChartTypes.ts:99

The type of this relationship, as a number that extends ChartRelationshipType.