Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias ComponentAncestor
import { type ComponentAncestor } from "https://deno.land/x/docxml@5.3.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.