var value; // Type: IDataView // Parameters var src; // Type: any value = wijmo.data.asDataView(src);
Parameters
- src
- A data source, can be anything that is supported by the registered IDataView providers
Return Value
An IDataView instance for the data source.