Home > @activeviam/activeui-sdk > DataSource
DataSource type
Represent the source of data from the point of view of a presentation. Contains the description of the source so that the presentation can decide which UI is relevant for the data it contains.
Signature:
export declare type DataSource = SerializablePluginImplementation<DataSourceFactoryProperties>;