Functiondojo.data.ItemFileReadStore._getItemsFromLoadedData

dojo.require("dojo.data.ItemFileReadStore");
defined in dojo/data/ItemFileReadStore.js

Function to parse the loaded data into item format and build the internal items array.

Usage

function (/*Object*/ dataObject) (view source)
parametertypedescription
dataObjectObjectThe JS data object containing the raw data to convery into item format.