Wagtail client-side components
Preparing search index...
components/CommentApp/state/comments
NewReplyOptions
Interface NewReplyOptions
interface
NewReplyOptions
{
deleted
?:
boolean
;
mode
?:
CommentReplyMode
;
remoteId
?:
null
|
number
;
text
?:
string
;
}
Index
Properties
deleted?
mode?
remote
Id?
text?
Properties
Optional
deleted
deleted
?:
boolean
Optional
mode
mode
?:
CommentReplyMode
Optional
remote
Id
remoteId
?:
null
|
number
Optional
text
text
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
deleted
mode
remote
Id
text
Wagtail client-side components
Loading...