Wagtail client-side components
Preparing search index...
components/CommentApp/main
CommentAppData
Interface CommentAppData
interface
CommentAppData
{
authors
:
Record
<
string
,
{
avatar_url
:
string
;
name
:
string
}
>
;
comments
:
InitialComment
[]
;
user
:
string
|
number
;
}
Index
Properties
authors
comments
user
Properties
authors
authors
:
Record
<
string
,
{
avatar_url
:
string
;
name
:
string
}
>
comments
comments
:
InitialComment
[]
user
user
:
string
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
authors
comments
user
Wagtail client-side components
Loading...