Wagtail client-side components
Preparing search index...
components/CommentApp/main
InitialComment
Interface InitialComment
interface
InitialComment
{
contentpath
:
string
;
created_at
:
string
;
deleted
:
boolean
;
pk
:
number
;
position
:
string
;
replies
:
InitialCommentReply
[]
;
resolved
:
boolean
;
text
:
string
;
updated_at
:
string
;
user
:
any
;
}
Index
Properties
contentpath
created_
at
deleted
pk
position
replies
resolved
text
updated_
at
user
Properties
contentpath
contentpath
:
string
created_
at
created_at
:
string
deleted
deleted
:
boolean
pk
pk
:
number
position
position
:
string
replies
replies
:
InitialCommentReply
[]
resolved
resolved
:
boolean
text
text
:
string
updated_
at
updated_at
:
string
user
user
:
any
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contentpath
created_
at
deleted
pk
position
replies
resolved
text
updated_
at
user
Wagtail client-side components
Loading...