Function: createAnnotatedDataSource()
createAnnotatedDataSource<
TType>(rawAnnotatedDataSource):AnnotatedDataSource<TType>
Defined in: model/base.ts:366
Creates an AnnotatedDataSource from a RawAnnotatedDataSource by applying annotatedDataSourceDefaults
Type Parameters
TType
TType extends string
Parameters
rawAnnotatedDataSource
RawAnnotatedDataSource<TType>
The raw annotated data source
Returns
AnnotatedDataSource<TType>
The complete annotated data source with default values applied