Liking cljdoc? Tell your friends :D

dots.vscode.comment-reaction

Reactions of a {@link Comment }

Reactions of a {@link Comment }
raw docstring

author-has-reacted?cljs

(author-has-reacted? comment-reaction)

Whether the {@link CommentAuthorInformation author} of the comment has reacted to this reaction

Returns: boolean

Whether the {@link CommentAuthorInformation author} of the comment has reacted to this reaction

**Returns:** `boolean`
sourceraw docstring

countcljs

(count comment-reaction)

The number of users who have reacted to this reaction

Returns: number

The number of users who have reacted to this reaction

**Returns:** `number`
sourceraw docstring

icon-pathcljs

(icon-path comment-reaction)

Icon for the reaction shown in UI.

Returns: string | Uri

Icon for the reaction shown in UI.

**Returns:** `string | Uri`
sourceraw docstring

labelcljs

(label comment-reaction)

The human-readable label for the reaction

Returns: string

The human-readable label for the reaction

**Returns:** `string`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close