Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/docxml/src/components/Field.ts>FieldProps

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

A type describing the props accepted by Field.

definition: { instruction: string; isDirty?: boolean; isLocked?: boolean; }