sample skeleton application with dojo toolkit & arcgis js api v 4.30
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
298 B

define(["../../_base/declare"], function(declare){
// module:
// dojo/data/api/Item
return declare(null, {
// summary:
// An item in a dojo/data store
// Class for documentation purposes only. An item can take any form, so no
// properties or methods are defined here.
});
});