Liking cljdoc? Tell your friends :D
ClojureScript only.

dots.vscode.comments


create-comment-controllercljs

(create-comment-controller id label)

Creates a new {@link CommentController comment controller} instance.

Parameters:

  • id: string - An id for the comment controller.
  • label: string - A human-readable string for the comment controller.

Returns: CommentController - An instance of {@link CommentControllercomment controller}.

Creates a new {@link CommentController comment controller} instance.

**Parameters:**
- `id`: `string` - An `id` for the comment controller.
- `label`: `string` - A human-readable string for the comment controller.

**Returns:** `CommentController` - An instance of {@link CommentControllercomment controller}.
sourceraw docstring

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

× close