Wagtail client-side components
Preparing search index...
components/CommentApp/components/CommentReply
CommentReplyProps
Interface CommentReplyProps
interface
CommentReplyProps
{
comment
:
Comment
;
isFocused
:
boolean
;
reply
:
CommentReply
;
store
:
Store
;
user
:
null
|
Author
;
}
Index
Properties
comment
is
Focused
reply
store
user
Properties
comment
comment
:
Comment
is
Focused
isFocused
:
boolean
reply
reply
:
CommentReply
store
store
:
Store
user
user
:
null
|
Author
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comment
is
Focused
reply
store
user
Wagtail client-side components
Loading...