Improve editor-only class checking

This commit is contained in:
Danil Alexeev 2026-01-11 21:16:30 +03:00
parent 64596092ae
commit 32d1f518fa
No known key found for this signature in database
GPG key ID: 5A52F75A8679EC57
1040 changed files with 1097 additions and 1075 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="JavaScriptBridge" inherits="Object" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<class name="JavaScriptBridge" inherits="Object" api_type="core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
Singleton that connects the engine with the browser's JavaScript context in Web export.
</brief_description>