コメント本文と描画条件を格納します.

interface CommentSchema {
    comment: string;
    conditions: CommentCondition[];
}

Properties

Properties

comment: string

コメント本文

conditions: CommentCondition[]

コメント描画条件. すべての条件をみたす際に描画されます.