Files
blockly/core/interfaces/i_registrable.ts
2022-07-07 18:45:11 +00:00

25 lines
503 B
TypeScript

/**
* @license
* Copyright 2020 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @fileoverview The interface for a Blockly component that can be registered.
* (Ex. Toolbox, Fields, Renderers)
*/
/**
* The interface for a Blockly component that can be registered.
* (Ex. Toolbox, Fields, Renderers)
* @namespace Blockly.IRegistrable
*/
/**
* The interface for a Blockly component that can be registered.
* @alias Blockly.IRegistrable
*/
export interface IRegistrable {}