Skip to main content
Module

x/docxml/mod.ts>BookmarkRangeStartProps

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

A type describing the props accepted by BookmarkRangeStart.

definition: { bookmark: Bookmark; id?: never; name?: never; } | { bookmark?: never; id: number; name: string; }