blockly > Opcje > wtyczki
Mikrodane options.plugins
Podpis:
plugins: {
[key: string]: (new (...p1: any[]) => any) | string;
};
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-09-12 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-12 UTC."],[[["The `plugins` property of the `Blockly.Options` object is a dictionary that stores Blockly plugins."],["Plugins can be specified either by providing a constructor function or a string representing the plugin's ID."],["Each entry in the `plugins` dictionary is keyed by a unique string identifier for the plugin."],["This property enables developers to extend Blockly's functionality with custom plugins during initialization."]]],[]]