blockly > HorizontalFlyout > (konstruktor)
HorizontalFlyout.(constructor)
Tworzy nową instancję klasy HorizontalFlyout
Podpis:
constructor(workspaceOptions: Options);
Parametry
Parametr |
Typ |
Opis |
workspaceOptions |
Opcje |
Słownik opcji obszaru roboczego. |
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-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-21 UTC."],[[["`HorizontalFlyout` is a class for creating horizontal flyouts in Blockly workspaces."],["The constructor initializes a new `HorizontalFlyout` object with provided workspace options."],["`workspaceOptions` is a required parameter specifying the configuration of the workspace associated with the flyout."]]],["The `HorizontalFlyout` class constructor creates a new instance. It accepts a single parameter, `workspaceOptions`, which is a dictionary of options. This dictionary, of type `Options`, configures the workspace for the horizontal flyout instance being created. The constructor's signature is `constructor(workspaceOptions: Options)`.\n"]]