Function: createShapesDataSource()
createShapesDataSource<
TType>(rawShapesDataSource):ShapesDataSource<TType>
Defined in: model/shapes.ts:154
Creates a ShapesDataSource from a RawShapesDataSource by applying shapesDataSourceDefaults
Type Parameters
TType
TType extends string
Parameters
rawShapesDataSource
RawShapesDataSource<TType>
The raw shapes data source
Returns
ShapesDataSource<TType>
The complete shapes data source with default values applied