core/provider-configuration/model/dynamic-provider-config.model.ts
| beforeSaveHook |
beforeSaveHook:
|
Type : function
|
| Optional |
|
Function to call before configuration is saved |
| cardTitle |
cardTitle:
|
Type : string
|
|
The title displayed on the card header |
| configurationDeletedSuccessMsg |
configurationDeletedSuccessMsg:
|
Type : string
|
|
Message text to display after successful delete of the configuration |
| configurationUpdatedSuccessMsg |
configurationUpdatedSuccessMsg:
|
Type : string
|
|
Message text to display after successful save/update of the configuration |
| deleteBtnLabel |
deleteBtnLabel:
|
Type : string
|
|
Label to use for the delete button |
| deleteConfigurationModalBody |
deleteConfigurationModalBody:
|
Type : string
|
|
The text displayed in the body of the modal for deletion confirmation |
| deleteConfigurationModalCancelBtnLabel |
deleteConfigurationModalCancelBtnLabel:
|
Type : string
|
| Optional |
|
The label used for the cancel button in the modal for deletion confirmation |
| deleteConfigurationModalOkBtnLabel |
deleteConfigurationModalOkBtnLabel:
|
Type : string
|
| Optional |
|
The label used for the OK button in the modal for deletion confirmation |
| deleteConfigurationModalTitle |
deleteConfigurationModalTitle:
|
Type : string
|
|
The title displayed on the header of the modal for deletion confirmation |
| deleteRoles |
deleteRoles:
|
Type : string[]
|
| Optional |
|
Roles required for user to delete configuration |
| description |
description:
|
Type : string
|
| Optional |
|
Optional explanatory text displayed before the form |
| pageTitle |
pageTitle:
|
Type : string
|
|
The title displayed on the page header |
| providerName |
providerName:
|
Type : string
|
|
The label to use for the provider selection dropdown |
| providerNameNoMatchesHint |
providerNameNoMatchesHint:
|
Type : string
|
|
Message to display if user input does not match any of the available dropdown options |
| providerNamePlaceholder |
providerNamePlaceholder:
|
Type : string
|
|
The placeholder text to use for the provider selection dropdown |
| saveBtnLabel |
saveBtnLabel:
|
Type : string
|
|
Label to use for the save button |
| saveRoles |
saveRoles:
|
Type : string[]
|
| Optional |
|
Roles required for user to save configuration |