Skip to main content
Module

x/docxml/mod.ts>FieldChild

TypeScript (component) library for building and parsing a DOCX file
Go to Latest
type alias FieldChild
import { type FieldChild } from "https://deno.land/x/docxml@5.4.0/mod.ts";

A type describing the components accepted as children of Field.

definition:
| BookmarkRangeStart
| BookmarkRangeEnd
| CommentRangeStart
| CommentRangeEnd
| TextDeletion
| TextAddition
| Text
| Hyperlink