@cesdk/node 1.75.0-nightly.20260504 → 1.75.0-rc.0

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.
package/index.d.ts CHANGED
@@ -5718,8 +5718,11 @@ export declare class BlockAPI {
5718
5718
  *
5719
5719
  * This is useful for preloading resources. If a resource failed to load previously, it will be reloaded.
5720
5720
  *
5721
+ * Pass an empty array to load resources for every block currently known to the engine.
5722
+ *
5721
5723
  * @category Block Lifecycle
5722
- * @param ids - The blocks whose resources should be loaded.
5724
+ * @param ids - The blocks whose resources should be loaded. Pass an empty array to load resources for every
5725
+ * block currently known to the engine.
5723
5726
  * @returns A Promise that resolves once all resources have finished loading.
5724
5727
  */
5725
5728
  forceLoadResources(ids: DesignBlockId[]): Promise<void>;