OptionaldataOptional. JSON data to load directly.
OptionaldataOptional dataType to pass in the request
OptionalerrorOptional function to call on load error.
OptionalheadersOptional map of HTTP header values, if loading via URL.
OptionaljsonpOptional, defaults to false. Tells the Toolkit that the data is coming via JSON-P.
OptionalonloadOptional callback to execute once the data has loaded. Most often used when you are retrieving remote data (using url and possibly jsonp)
OptionalparametersOptional parameters to pass to the loader.
OptionaltypeSpecifies the data type of the data to load. Defaults to json. This must match the name of a loader registered with the given instance of the Toolkit.
OptionalurlURL to retrieve data from. Optional, but you need to supply either this or data.
Options for loading data.