Wagtail client-side components
Preparing search index...
components/CommentApp/state/comments
CommentsState
Interface CommentsState
interface
CommentsState
{
comments
:
Map
<
number
,
Comment
>
;
focusedComment
:
null
|
number
;
forceFocus
:
boolean
;
pinnedComment
:
null
|
number
;
remoteCommentCount
:
number
;
}
Index
Properties
comments
focused
Comment
force
Focus
pinned
Comment
remote
Comment
Count
Properties
comments
comments
:
Map
<
number
,
Comment
>
focused
Comment
focusedComment
:
null
|
number
force
Focus
forceFocus
:
boolean
pinned
Comment
pinnedComment
:
null
|
number
remote
Comment
Count
remoteCommentCount
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
comments
focused
Comment
force
Focus
pinned
Comment
remote
Comment
Count
Wagtail client-side components
Loading...