@aurigma/design-editor-iframe
Version:
Using this module you can embed Design Editor (a part of Customer's Canvas) to your page through the IFrame API.
23 lines • 834 B
JavaScript
/**
* Configuration of image manager tabs.
* @public
*/
export var IAssetSources;
(function (IAssetSources) {
/**
* Supported social networks.
* @public
*/
var SocialNetwotkSourceType;
(function (SocialNetwotkSourceType) {
SocialNetwotkSourceType["Instagram"] = "instagram";
SocialNetwotkSourceType["Facebook"] = "facebook";
})(SocialNetwotkSourceType = IAssetSources.SocialNetwotkSourceType || (IAssetSources.SocialNetwotkSourceType = {}));
})(IAssetSources || (IAssetSources = {}));
/** @internal */
export var ValidationSeverity;
(function (ValidationSeverity) {
ValidationSeverity["Warning"] = "Warning";
ValidationSeverity["Error"] = "Error";
})(ValidationSeverity || (ValidationSeverity = {}));
//# sourceMappingURL=ConfigurationInterfacesExtended.js.map