fastcomments-typescript
Advanced tools
Comparing version
{ | ||
"name": "fastcomments-typescript", | ||
"version": "2.0.14", | ||
"version": "2.0.15", | ||
"description": "Common FastComments TypeScript Types", | ||
@@ -5,0 +5,0 @@ "author": "winrid", |
@@ -184,2 +184,4 @@ import {FastCommentsWidgetComment} from "./fast-comments-comment"; | ||
onCommentFlagged?: (userId: string, comment: FastCommentsWidgetComment, isFlagged: boolean) => void, | ||
/** Invoked when a user submits a comment. You must invoke the passed continue or cancel callbacks. Supports async behavior. **/ | ||
onCommentSubmitStart?: (comment: FastCommentsWidgetComment, continueSubmitFn: () => void, cancelFn: () => void) => void, | ||
/** The rating used for the gif picker. Also configurable via the widget customization UI. **/ | ||
@@ -186,0 +188,0 @@ gifRating?: 'g' | 'pg' | 'pg-13' | 'r', |
38679
0.66%865
0.23%