Wagtail client-side components
Preparing search index...
components/CommentApp/actions/comments
UpdateCommentAction
Interface UpdateCommentAction
interface
UpdateCommentAction
{
commentId
:
number
;
type
:
"update-comment"
;
update
:
CommentUpdate
;
}
Index
Properties
comment
Id
type
update
Properties
comment
Id
commentId
:
number
type
type
:
"update-comment"
update
update
:
CommentUpdate
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
Id
type
update
Wagtail client-side components
Loading...