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

RevisionDecisionOptionsNEW

RevisionDecisionOptions:

{
expand?: "contiguous";
}

Options controlling how a revision decision expands from its selected IDs.

With expand: 'contiguous', the revision engine may include adjacent same-author changes according to its contiguity rules. Every ID added by expansion is reported in RevisionDecisionResult.decided.

optional expand: "contiguous"