Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.11.4/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.