Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EndOfSegmentLocation

import type { EndOfSegmentLocation } from "https://googleapis.deno.dev/v1/docs:v1.ts";

Location at the end of a body, header, footer or footnote. The location is immediately before the last newline in the document segment.

interface EndOfSegmentLocation {
segmentId?: string;
}

§Properties

§
segmentId?: string
[src]

The ID of the header, footer or footnote the location is in. An empty segment ID signifies the document's body.