Returns information about the site's editor, including whether it’s available, currently active, and its publishing status.
This method takes no parameters.
| Name | Type | Description |
|---|---|---|
wixEditorAvailable | boolean | Whether Wix Editor or Wix Studio is connected to this site. Returns false for sites that use Wix Vibe. |
wixEditorActive | boolean | Whether Wix Editor or Wix Studio is currently active and accessible. Requires both availability and a valid editor URL. |
editorUrl | string | Optional. The URL to access the editor for this site, if available. |
published | boolean | Optional. Whether the site is published. Only available for sites using Wix Vibe. |
Note: To call this method in self-hosted apps, you need to create a client. See the setup guide for more details.