Skip to content

Commit

Permalink
More props for report definition
Browse files Browse the repository at this point in the history
  • Loading branch information
daftspunk committed Oct 31, 2024
1 parent 395016f commit 74c765a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Element/Dash/ReportDefinition.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
* ReportDefinition
*
* @method ReportDefinition reportName(string $name) reportName for this report
* @method ReportDefinition title(string $title) title for this report
* @method ReportDefinition type(string $type) type for display mode, eg: indicator, static
* @method ReportDefinition row(int $row) row number where the report should be placed
* @method ReportDefinition width(int $width) width to display the report
* @method ReportDefinition icon(string $icon) icon specifies an icon name for this report
* @method ReportDefinition dimension(string $dimension) dimension name
* @method ReportDefinition dataSource(string $dataSource) dataSource class name for obtaining report data
* @method ReportDefinition metrics(array $metrics) metrics to display with the report
* @method ReportDefinition dateStart(string $dateStart) dateStart
* @method ReportDefinition dateEnd(string $dateEnd) dateEnd
* @method ReportDefinition compareWith(string $compareWith) compareWith period, eg: prev-period, prev-year
Expand Down

0 comments on commit 74c765a

Please sign in to comment.