blockly >评论 >CommentView >setEditable

comments.CommentView.setEditable() 方法

设置评论的可编辑性。

Signature:

setEditable(editable: boolean): void;

参数

参数 类型 说明
可修改 布尔值

返回

void