fastcomments-typescript
Advanced tools
Comparing version
{ | ||
"name": "fastcomments-typescript", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "Common FastComments TypeScript Types", | ||
@@ -5,0 +5,0 @@ "author": "winrid", |
@@ -84,2 +84,6 @@ import {Comment} from "./fast-comments-comment"; | ||
onVoteSuccess?: (comment: Comment, voteId: string, direction: 'up'|'down'|'deleted', status: 'success'|'pending-verification') => void, | ||
/** Invoked when clicking an image inside a comment. **/ | ||
onImageClicked?: (imageSrc: string) => void, | ||
/** Disable the image redirect that occurs when clicking an image inside a comment. **/ | ||
disableImageRedirect?: boolean | ||
} |
7955
3.02%127
3.25%