Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/docxml/src/files/CommentsXml.ts>CommentsXml#set

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
method CommentsXml.prototype.set
Deprecated
Deprecated

Will be deprecated as a public API in the next breaking release.

import { CommentsXml } from "https://deno.land/x/docxml@5.3.3/src/files/CommentsXml.ts";

Parameters

id: Comment["id"]
meta: Omit<Comment, "id" | "contents">
contents: Comment["contents"]