Preparing search index...
The search index is not available
@yasshi2525/live-on-air
@yasshi2525/live-on-air
CommentSchema
Interface CommentSchema
コメント本文と描画条件を格納します.
interface
CommentSchema
{
comment
:
string
;
conditions
:
CommentCondition
[]
;
}
Index
Properties
comment
conditions
Properties
comment
comment
:
string
コメント本文
conditions
conditions
:
CommentCondition
[]
コメント描画条件. すべての条件をみたす際に描画されます.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
conditions
@yasshi2525/live-on-air
Loading...
コメント本文と描画条件を格納します.