Get height of this element.
Get unique identifier of this element in this page.
Get content block this element belongs to.
Returns plugin id that this element was created with.
Get width of this element.
Get horizontal offset relative to 'Content' block.
Get vertical offset relative to 'Content' block.
Set horizontal offset relative to 'Content' block.
Set vertical offset relative to 'Content' block.
Serialize element to data object for saving.
Deserialize element from data object for adding to website.
Element data
Builder website element descriptor.
Plugin elements can be created by using PluginElement.fromData static method:
var elem = PluginWrapper.PluginElement.fromData(data);