interface ModCreditCheckProperties {
    demoPdf?: string;
}

Hierarchy (view full)

Properties

Properties

demoPdf?: string

Specifies the URL of a PDF file containing the results. Under typical circumstances, when reaching the final view displaying the results, users have the option to download the results in PDF format from the Process Controller API. If this property is configured, the application will directly open the specified URL in a new tab, bypassing the need to query the API.

Generated using TypeDoc