Skip to main content
Module

x/docxml/mod.ts>CommentsXml#set

An experimental Deno tool to transform XML to DOCX with a little XPath- and component based configuration
Go to Latest
method CommentsXml.prototype.set
import { CommentsXml } from "https://deno.land/x/docxml@5.0.1/mod.ts";

Parameters

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