blockly > イベント > CommentBase

Events.CommentBase クラス

コメント イベントの抽象クラス。

署名:

export declare class CommentBase extends AbstractEvent 

拡張: AbstractEvent

コンストラクタ

コンストラクタ 修飾子 説明
(structor)(opt_comment) CommentBase クラスの新しいインスタンスを作成します。

プロパティ

プロパティ 修飾子 種類 説明
commentId? string (省略可)このイベントが参照するコメントの ID。
isBlank boolean

Methods

メソッド 修飾子 説明
CommentCreateDeleteHelper(event, create) static Comment[Create|Delete] のヘルパー関数
toJson() イベントを JSON としてエンコードします。