Skip to content
Document Authoring DA  API Docs v1.20.0
npmGitHub

RevisionStoryNEW

RevisionStory:

type RevisionStory =
| { kind: "body" }
| { kind: "header" | "footer"; sectionIndex: number; variant: "default" | "first" | "even" };

The document story that contains a revision.

Body revisions use the body variant. Header and footer revisions also identify the zero-based section and the effective header or footer variant in which the revision appears.