Search.../

Introduction

Important: This module is available only in Wix Blocks. Wix Blocks is an editor for building Wix apps.

The Editor API is used within the code of panels built with the Blocks Panel Builder. It enables your panel to interact with the Wix editors by removing or restoring widget elements, opening Dashboard panels, and more. To use the Editor API, import wixEditor from the wix-editor module:

import wixEditor from 'wix-editor';
javascript | Copy Code

Was this helpful?