Home > @i2analyze/notebook-sdk > schema > IChartSchema > getSourceReferenceSchema
schema.IChartSchema.getSourceReferenceSchema() method
Gets the source reference schema for the specified item type.
Signature:
getSourceReferenceSchema(itemTypeOrId: IChartItemType | ChartItemTypeId): ISourceReferenceSchema;
Introduced: version 1.0
Parameters
Parameter | Type | Description |
---|---|---|
itemTypeOrId | IChartItemType | ChartItemTypeId | An item type, or the identifier of an item type. |
Returns:
The requested source reference schema.