Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > defineBlocksWithJsonArray
ZmiennadefineBlocksWithJsonTrack
Definiowanie bloków na podstawie tablicy definicji bloków JSON na podstawie narzędzi dla programistów Blockly dla programistów.
Podpis:
defineBlocksWithJsonArray: typeof common.defineBlocksWithJsonArray
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-22 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2024-08-22 UTC."],[[["`defineBlocksWithJsonArray` is a variable that allows you to define blocks using a JSON array."],["The JSON array used by `defineBlocksWithJsonArray` can be produced by the Blockly Developer Tools."],["The `defineBlocksWithJsonArray` variable is of the type `common.defineBlocksWithJsonArray`."]]],["The function `defineBlocksWithJsonArray` defines blocks using an array of JSON block definitions. This array-based definition method is compatible with the format generated by the Blockly Developer Tools. The function's type is specified as `typeof common.defineBlocksWithJsonArray`, indicating it's a standardized way to create blocks within the Blockly system using a JSON array structure.\n"]]