List of installation validation options
This page describes the available options in the manifest.json
file's features.installationValidation
property.
tsFile
tsFile
The file path of a TypeScript file that contains the logic for validating the installation of the integration.
Example
{
"tsFile": "installationValidation.ts"
}
Updated 9 months ago