@cesdk/engine 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/assets/core/{cesdk-v1.75.0-nightly.20260504-ARBI7HTH.wasm → cesdk-v1.75.0-rc.0-ZUH3OXDF.wasm} +0 -0
- package/assets/core/worker-host-v1.75.0-rc.0.js +1 -0
- package/index.d.ts +4 -1
- package/index.js +1 -1
- package/integrations/react.d.ts +4 -1
- package/package.json +1 -1
- package/assets/core/worker-host-v1.75.0-nightly.20260504.js +0 -1
- /package/assets/core/{cesdk-v1.75.0-nightly.20260504-MLEZSZ4D.data → cesdk-v1.75.0-rc.0-MLEZSZ4D.data} +0 -0
package/integrations/react.d.ts
CHANGED
|
@@ -5709,8 +5709,11 @@ declare class BlockAPI {
|
|
|
5709
5709
|
*
|
|
5710
5710
|
* This is useful for preloading resources. If a resource failed to load previously, it will be reloaded.
|
|
5711
5711
|
*
|
|
5712
|
+
* Pass an empty array to load resources for every block currently known to the engine.
|
|
5713
|
+
*
|
|
5712
5714
|
* @category Block Lifecycle
|
|
5713
|
-
* @param ids - The blocks whose resources should be loaded.
|
|
5715
|
+
* @param ids - The blocks whose resources should be loaded. Pass an empty array to load resources for every
|
|
5716
|
+
* block currently known to the engine.
|
|
5714
5717
|
* @returns A Promise that resolves once all resources have finished loading.
|
|
5715
5718
|
*/
|
|
5716
5719
|
forceLoadResources(ids: DesignBlockId[]): Promise<void>;
|