Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
blockly > IRegistrable
Interfejs, którego nie można zarejestrować
Interfejs komponentu Blockly, który można zarejestrować.
Podpis:
export interface IRegistrable
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: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],["The `IRegistrable` interface defines a component within Blockly that is capable of being registered. It is an interface, signifying a contract that any implementing class must adhere to. The core purpose of this interface is to provide a standardized way for various Blockly components to be added and managed within the system. The interface is declared using the TypeScript keyword `export`, allowing it to be used by other parts of a program.\n"]]