Preparing search index...
The search index is not available
@juki-team/commons - v0.0.826
@juki-team/commons
CommentBaseDocument
Interface CommentBaseDocument
interface
CommentBaseDocument
{
content
:
string
;
hidden
:
boolean
;
key
:
string
;
parentId
:
null
|
string
;
reactions
:
{
[
key
:
string
]
:
{
[
key
:
string
]
:
ReactionUser
;
}
;
}
;
}
Index
Properties
content
hidden
key
parent
Id
reactions
Properties
content
content
:
string
hidden
hidden
:
boolean
key
key
:
string
parent
Id
parent
Id
:
null
|
string
reactions
reactions
:
{
[
key
:
string
]
:
{
[
key
:
string
]
:
ReactionUser
;
}
;
}
Type declaration
[
key
:
string
]:
{
[
key
:
string
]
:
ReactionUser
;
}
[
key
:
string
]:
ReactionUser
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
content
hidden
key
parent
Id
reactions
@juki-team/commons - v0.0.826
Loading...