blockly > comments > CommentEditor > setEditable

Phương thức comments.CommentEditor.setEditable()

Đặt xem textarea có thể chỉnh sửa hay không. Nếu không, textarea sẽ chỉ đọc.

Chữ ký:

setEditable(isEditable: boolean): void;

Thông số

Thông số Loại Mô tả
isEditable boolean

Trả lại:

void