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 > BlocklyOptions > toolboxPosition
Chữ ký:
toolboxPosition?: string;
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-09-12 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-09-12 UTC."],[[["`toolboxPosition` is an optional property within `BlocklyOptions` used to define the location of the toolbox."],["It accepts a string value, which could be 'start' or 'end', to indicate the placement of the toolbox relative to the main workspace."],["Although its specific accepted values are not explicitly documented here, it is implied to control the toolbox's position."]]],["The `toolboxPosition` property, part of the `BlocklyOptions` interface, is defined as a string. It specifies the location of the toolbox within the Blockly workspace. This property allows users to configure where the toolbox should appear in relation to the main editing area. The property's type is defined with a question mark, meaning it can optionally be set.\n"]]