Bản khảo sát nghiên cứu: Cho chúng tôi biết trải nghiệm của bạn khi sử dụng Blockly
Bắt đầu khảo sát
chặn > chuyển đổi tuần tự > chặn > Tiểu bang > có thể chỉnh sửa
thuộc tính serialization.blocks.State.Có thể chỉnh sửa
Chữ ký:
editable?: boolean;
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-10-15 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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"]]