blockly > Opcje > (konstruktor)
Options.(constructor)
Tworzy nową instancję klasy Options
Podpis:
constructor(options: BlocklyOptions);
Parametry
Parametr |
Typ |
Opis |
Opcje |
BlocklyOptions |
Słownik opcji. Specyfikacja: https://developers.google.com/blockly/guides/get-started/web#configuration |
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-09 UTC.
[null,null,["Ostatnia aktualizacja: 2024-09-09 UTC."],[[["The `Options` class constructor creates a new `Options` object."],["It accepts a single argument: a `BlocklyOptions` object containing configuration settings for Blockly."],["These settings can be found in the Blockly documentation, which is linked for user convenience."]]],["The `Options` class is instantiated using its constructor. The constructor takes a single parameter, `options`, which is a dictionary of type `BlocklyOptions`. This dictionary contains configuration settings for Blockly, as detailed in the linked documentation. This action creates a new `Options` object based on the provided configuration data.\n"]]