Skip to main content

Type Alias: SimChartMetadata<T>

SimChartMetadata<T> = ChartMetadata<T> & object

Defined in: src/sdk/charts/SimChartTypes.ts:41

Metadata describing a chart provided by the simulator.

Type Declaration

procedures

readonly procedures: readonly SimChartProcedureIdentifier[]

A list of procedures associated with the chart.

relationships

readonly relationships: readonly SimChartRelationship[]

A list of relationships from the chart to other charts.

Type Parameters

Type ParameterDefault type
T extends stringstring