blockly > comments > CollapseCommentBarButton
comments.CollapseCommentBarButton 类
用于切换评论的收起状态的按钮。
Signature:
export declare class CollapseCommentBarButton extends CommentBarButton
扩展自: CommentBarButton
构造函数
构造函数 | 修饰符 | 说明 |
---|---|---|
(constructor)(id, workspace, container) | 创建新的 CollapseCommentBarButton 实例。 |
属性
属性 | 修饰符 | 类型 | 说明 |
---|---|---|---|
容器 |
|
SVGGElement | |
图标 |
|
SVGImageElement | 此按钮上显示的 SVG 图像。 |
id |
|
字符串 | |
工作区 |
|
WorkspaceSvg |
方法
方法 | 修饰符 | 说明 |
---|---|---|
dispose() | 处置此按钮。 | |
performAction(e) | 切换父评论的收起状态。 | |
reposition() | 调整此按钮在其容器内的位置。 |