Back to Elementor

Elementor JS `$e` API

docs/modules/web-cli/assets/js/index.md

4.1.01.6 KB
Original Source

Elementor JS $e API

Introduction

Elementor JS API - is set of API(s), modules, components, and utils, used to communicating with elementor. represented as $e - Global Variable.

Overview

API NameAccessDescription
Commands$e.commandsCommands management.
Components$e.componentsComponents management.
Data$e.dataData ( Restful API ) Commands management.
Hooks$e.hooksHooks.
UI-States$e.uiStatesUI State manager.
Routes$e.routesRoutes management.
Shortcuts$e.shortcutsShortcuts component.
DevTools$e.devToolsExternal plugin for developers.

Aliases

AliasOriginalDescription
$e.run()$e.commands.run()Run command.
$e.internal()$e.commandsInternal.run()Run internal command.
$e.route()$e.routes.run()Run route ( open route ).