Plugin that creates the ProjectReport component and adds reporting functionality to the basket.

  • Plugin category = ProjectReport

Hierarchy

Properties

eventAfterGenerateReport: AsyncListenableEvent<AfterGenerateReportEventData, ProjectReportPlugin>

Event which will be callled after a report was generated.

eventBeforeGenerateReport: AsyncListenableEvent<BeforeGenerateReportEventData, ProjectReportPlugin>

Event which will be callled before a report is generated.

name: string

Methods

  • Will be called once after the plugin was loaded.

    Parameters

    • pDescriptor: PluginDescriptor

      Plugin descriptor for this plugin.

    • pSettings: unknown

      Optional plugin specific settings which may be defined as part of the application settings.

    Returns Promise<void>

Generated using TypeDoc