blockly > serialization > bloki > Stan > edytowalny
Właściwość serialization.blocks.State.ed
Podpis:
editable?: boolean;
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-10-15 UTC.
[null,null,["Ostatnia aktualizacja: 2024-10-15 UTC."],[[["The `editable` property within the `State` interface is optional and denotes whether a block is editable."],["This property uses a boolean value, where `true` indicates the block is editable and `false` (or its absence) means it is not."],["Block editability influences user interactions, restricting modifications when set to `false`."]]],["The `editable` property, found within the `serialization.blocks.State` interface, is a boolean value. It is an optional property, as indicated by the `?` in its signature. This property likely determines whether a block can be modified or edited, with `true` likely indicating editable and `false` indicating non-editable. The absence of this property might imply a default state.\n"]]