Skip to content

Variable: defaultCommentOptions

ts
const defaultCommentOptions: Partial<CommentProps>;

Default options for creating new Comments. Contains the default comment configuration with defaultCommentStyle.

Example

typescript
{
  mode: "expanded",
  width: 200,
  height: 120,
  content: "",
  style: defaultCommentStyle
}