FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
pro-elements
/
core
/
app
/
modules
/
site-editor
/
assets
/
js
/
data
Edit File: component.js
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 ); } }
Save
Back