BuildAslFileSectionOptions
Defined in: src/ci/buildReport.ts:133
Render options forwarded to the underlying Mermaid generators for one file’s section.
Properties
Section titled “Properties”catchHandling?
Section titled “catchHandling?”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.
collapse?
Section titled “collapse?”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.
layout?
Section titled “layout?”optional layout?: LayoutDirection;Defined in: src/ci/buildReport.ts:138
theme?
Section titled “theme?”optional theme?: ThemeOption;Defined in: src/ci/buildReport.ts:139