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
readonlyprocedures: readonlySimChartProcedureIdentifier[]
A list of procedures associated with the chart.
relationships
readonlyrelationships: readonlySimChartRelationship[]
A list of relationships from the chart to other charts.
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends string | string |