Interface: ReportOptions
Defined in: lib/report-models.ts:48
Options for ranking and labeling report visualization data.
Properties
currentLabel?
optionalcurrentLabel:string
Defined in: lib/report-models.ts:54
Label for the current project score. Defaults to "current".
currentTimestamp?
optionalcurrentTimestamp:string
Defined in: lib/report-models.ts:56
Optional timestamp for the current project score.
history?
optionalhistory:HistoricalSnapshot[]
Defined in: lib/report-models.ts:52
Caller-owned history. Reporting never writes snapshots implicitly.
top?
optionaltop:number
Defined in: lib/report-models.ts:50
Maximum rows in each ranked visualization dataset.