Skip to content

Custom Editors

kai edited this page Jun 26, 2026 · 1 revision

In your state JSON file, we got some new fields.

{
   "editorData": {
      "editorName": "My Custom Editor",
      "isEditor": true
   }
}

isEditor:Bool - allows the editor to be shown in the editor menu

editorName:String - name shown in the editor menu

Also you can use Psych UI via the new callback, UIEvent.

UIEvent

  • id:String
  • sender:Dynamic

Clone this wiki locally