A promise object which will be resolved with an instance of the Extension class which is instantiated using the data received from the Contentstack UI.
external:Promise
Examples
Custom Filed
ContentstackAppSDK.init().then(function (sdk) {
const customField = sdk.location.CustomField;
})
Dashboard Widget
ContentstackAppSDK.init().then(function (sdk) {
const dashboardUILocation = sdk.location.DashboardWidget;
})