Hide Table of Contents
esri/dijit/util
esri/layer/pixelFilters
esri/process
esri/support
esri/workers
Object: esri/kernel

require(["esri/kernel"], function(esriNS) { /* code goes here */ });

Description

(Added at v3.8)
Utility methods for retrieving API version.

When coding legacy (non-AMD) style, there is no need to require the module. All methods and properties are available in the namespace. For example, esri.version.

Samples

Search for samples that use this class.

Properties

NameTypeSummary
versionStringCurrent version of the JavaScript API.
Property Details

<String> version

Current version of the JavaScript API.
Show Modal