Skip to content

Vizel API / core/src / VIZEL_DEFAULT_COMMENT_OPTIONS

Variable: VIZEL_DEFAULT_COMMENT_OPTIONS

ts
const VIZEL_DEFAULT_COMMENT_OPTIONS: object;

Defined in: packages/core/src/comment.ts:95

Default comment options

Type Declaration

enabled

ts
enabled: true = true;

key

ts
key: string = "vizel-comments";

storage

ts
storage: "localStorage";

Released under the MIT License.