Readonly
CustomInterface to give access to the custom data category to search for data in a very high performance mode.
Readonly
DataInterface giving access to data stored via the editor session.
Readonly
EventsThe event interface helps for events generated by the editor as well as establish communications between different scripts.
Readonly
ExternalThe external API gives access to external functionality which is available as server to server communication.
Readonly
HelperHelper methods to do a wide range of tasks.
Readonly
ImmediateThe immediate actions interface gives access to the immediate actions functionality. Internal use only.
Readonly
InventThe Invent interface gives access to the Invent integration.
Readonly
LocLocalization interface to translate language strings to the current locale variant.
Readonly
ResourcesInterface to give access to all resources:
Readonly
SelectionInterface giving access to the field selection functionality including getting and setting the selection.
Readonly
ServerServer side only functionality for batch output creation.
Readonly
UIInterface to give access to the UI functionality. Used to generate custom UI and access other UI elements.
Readonly
ViewInterface giving access to the current canvas view including the zoom level and the scroll position. Function to retrieve and change the current view.
Checks if the current user has the specified permission. This should be used before attemting to execute any action that requires a specific permission.
The scope of the permission to check.
True if the current user has the specified permission, and false if it does not.
Helper function to generate a link to the MegaScript handler for a specific instance. This allows you to add custom functionality to the editor.
The megascript identifier.
Additional dictionary which will be added to the query string of the generated URL.
The absolute URL for the mega script handler.
Reports a custom load step. Load steps allow to add additional custom steps to the loading process of the editor. The loading overlay will be extended with each step. Steps can be configured within the administration interface and scripts have to report the steps once they are done. Multiple custom steps are supported. The script should report the step only once it would be ok with the user interface to show.
The load step to report. This should be the name of the step as configured in the administration interface.
Set the editor status for the given status item. This allows to enable/disable certain editor functionality via a script.
The status item to control.
The value to set. The type of the value depends on the status item.
Generated using TypeDoc
The editor handler defines functions and properties that allow to control the editor session.