Skip to content

Interface: ReportOptions

Defined in: lib/report-models.ts:48

Options for ranking and labeling report visualization data.

Properties

currentLabel?

optional currentLabel: string

Defined in: lib/report-models.ts:54

Label for the current project score. Defaults to "current".


currentTimestamp?

optional currentTimestamp: string

Defined in: lib/report-models.ts:56

Optional timestamp for the current project score.


history?

optional history: HistoricalSnapshot[]

Defined in: lib/report-models.ts:52

Caller-owned history. Reporting never writes snapshots implicitly.


top?

optional top: number

Defined in: lib/report-models.ts:50

Maximum rows in each ranked visualization dataset.