@glowjs/core 2026.3.5 → 2026.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -791,6 +791,10 @@ export declare class App extends EventDispatcher {
791
791
  * 实体字典
792
792
  */
793
793
  _entityMap: Map<string, Entity>;
794
+ /**
795
+ * 获取所有实体
796
+ */
797
+ get allEntities(): Entity[];
794
798
  /**
795
799
  * 所有组件对象
796
800
  */