File "component.js"
Full Path: /home/diablzlo/glucosebalnce.com/wp-content/plugins/elementor-pro/core/app/modules/site-editor/assets/js/data/component.js
File size: 274 bytes
MIME-type: text/x-java
Charset: utf-8
import * as dataCommands from './commands';
export default class Component extends $e.modules.ComponentBase {
static namespace = 'site-editor';
getNamespace() {
return this.constructor.namespace;
}
defaultData() {
return this.importCommands( dataCommands );
}
}