Optional
dataOptional. JSON data to load directly.
Optional
dataOptional dataType to pass in the request
Optional
errorOptional function to call on load error.
Optional
headersOptional map of HTTP header values, if loading via URL.
Optional
jsonpOptional, defaults to false. Tells the Toolkit that the data is coming via JSON-P.
Optional
onloadOptional callback to execute once the data has loaded. Most often used when you are retrieving remote data (using url
and possibly jsonp
)
Optional
parametersOptional parameters to pass to the loader.
Optional
typeSpecifies 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.
Optional
urlURL to retrieve data from. Optional, but you need to supply either this or data
.
Options for loading data.