Skip to content

Vizel API / core/src / createVizelCommentExtension

Function: createVizelCommentExtension()

ts
function createVizelCommentExtension(options?): Mark<VizelCommentMarkOptions>;

Defined in: packages/core/src/extensions/comment.ts:228

Create the comment mark extension with configured options

Parameters

ParameterType
optionsVizelCommentMarkOptions

Returns

Mark&lt;VizelCommentMarkOptions&gt;

Released under the MIT License.