blockly > 事件 > CommentCollapse
Events.CommentCollapse 类
Signature:
export declare class CommentCollapse extends CommentBase
扩展: CommentBase
构造函数
构造函数 | 修饰符 | 说明 |
---|---|---|
(constructor)(comment, newCollapsed) | 构造 CommentCollapse 类的新实例 |
属性
属性 | 修饰符 | 类型 | 说明 |
---|---|---|---|
newCollapsed? | boolean | undefined | (可选) | |
type | EventType |
方法
方法 | 修饰符 | 说明 |
---|---|---|
run(forward) | 运行收起事件。 | |
toJson() | 将事件编码为 JSON。 |