@blockly/workspace-backpack
Version:
A Blockly plugin that adds Backpack support.
20 lines • 689 B
TypeScript
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview Helper and utility methods for the backpack plugin.
* @author kozbial@google.com (Monica Kozbial)
*/
import './msg';
import * as Blockly from 'blockly/core';
import { BackpackContextMenuOptions } from './options';
/**
* Register all context menu options.
*
* @param contextMenuOptions The backpack context menu options.
* @param workspace The workspace to register the context menu options.
*/
export declare function registerContextMenus(contextMenuOptions: BackpackContextMenuOptions, workspace: Blockly.WorkspaceSvg): void;
//# sourceMappingURL=backpack_helpers.d.ts.map