調査アンケート: Blockly のご利用体験についてお聞かせください
アンケートを開始
ブロックする >イベント >CommentBase
コメント イベント用の抽象クラス。
署名:
export declare class CommentBase extends AbstractEvent
拡張: AbstractEvent
コンストラクタ
プロパティ
メソッド
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-29 UTC。
[null,null,["最終更新日 2024-08-29 UTC。"],[[["The `CommentBase` class in Blockly is an abstract class used as a foundation for comment-related events."],["It includes properties like `commentId` to identify the comment and `isBlank` to indicate its state."],["`CommentBase` provides methods such as `CommentCreateDeleteHelper` to assist with comment creation or deletion events, extending the functionality of the `AbstractEvent` class."],["Developers can encode a `CommentBase` event as JSON using the `toJson()` method for data transmission or storage."]]],[]]