@blockly/block-shareable-procedures
Version:
A plugin that adds procedure blocks which are backed by explicit data models.
14 lines • 432 B
TypeScript
/**
* @license
* Copyright 2022 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import * as Blockly from 'blockly/core';
/**
* Calls the `doProcedureUpdate` method on all blocks which implement it.
*
* @param workspace The workspace within which to trigger block updates.
* @internal
*/
export declare function triggerProceduresUpdate(workspace: Blockly.Workspace): void;
//# sourceMappingURL=update_procedures.d.ts.map