blockly > comments > DeleteCommentBarButton
comments.DeleteCommentBarButton 類別
刪除留言的按鈕。
Signature:
export declare class DeleteCommentBarButton extends CommentBarButton
擴充: CommentBarButton
建構函式
建構函式 | 修飾符 | 說明 |
---|---|---|
(constructor)(id, workspace, container) | 建立新的 DeleteCommentBarButton 執行個體。 |
屬性
屬性 | 修飾符 | 類型 | 說明 |
---|---|---|---|
容器 |
|
SVGGElement | |
圖示 |
|
SVGImageElement | 這個按鈕上顯示的 SVG 圖片。 |
id |
|
字串 | |
workspace |
|
WorkspaceSvg |
方法
方法 | 修飾符 | 說明 |
---|---|---|
dispose() | 處置這個按鈕。 | |
performAction(e) | 刪除父項留言。 | |
reposition() | 調整按鈕在容器中的位置。 |