Skip to content

BuildAslFileSectionOptions

Defined in: src/ci/buildReport.ts:133

Render options forwarded to the underlying Mermaid generators for one file’s section.

optional catchHandling?: CatchHandling;

Defined in: src/ci/buildReport.ts:135

Drop error-handler (Catch) branches. Plain (added/deleted) diagrams only — a diff diagram is unaffected.


optional collapse?: boolean | string[];

Defined in: src/ci/buildReport.ts:137

Collapse Parallel/Map containers: true for all, or the named ones. Plain diagrams only.


optional layout?: LayoutDirection;

Defined in: src/ci/buildReport.ts:138


optional theme?: ThemeOption;

Defined in: src/ci/buildReport.ts:139