Hierarchy

  • ReportSettings

Properties

attachments?: {
    [template: string]: ReportAttachments;
}

Predefined attachments for each template which will be added to every report. The name of the template is used as the key for the dictionary. If an empty string is used as the template name the provided attachments will be applied to all templates without explicitly defined attachments.

Type declaration

defaultTemplate: null | string

Name of the default template

templates: null | string[]

Array of template names of report templates which should be available to the user. If null all available templates will be shown.

Generated using TypeDoc