Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/docxml/src/classes/Component.ts>ComponentAncestor

TypeScript (component) library for building and parsing a DOCX file
Latest
type alias ComponentAncestor
import { type ComponentAncestor } from "https://deno.land/x/docxml@5.15.3/src/classes/Component.ts";

An ancestor of a component at serialization time, or the DocumentXml instance that is the parent of the top-most component.

Having this ancestry allows context-aware serialization.