From 4c2e14091123354d61a258fc17317319ae027413 Mon Sep 17 00:00:00 2001 From: RomanTsukanov Date: Mon, 11 Nov 2024 13:10:50 +0400 Subject: [PATCH] Add a minor edit to the onGetPanelFooterActions description --- packages/survey-core/src/survey.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/survey-core/src/survey.ts b/packages/survey-core/src/survey.ts index 5d6dffdf26..5a4856b921 100644 --- a/packages/survey-core/src/survey.ts +++ b/packages/survey-core/src/survey.ts @@ -839,7 +839,7 @@ export class SurveyModel extends SurveyElementCore public onGetPageTitleActions: EventBase = this.addEvent(); /** - * An event that allows you to add, delete, or modify actions in the footer of a [Panel](https://surveyjs.io/form-library/documentation/panelmodel). This panel may belong to a [Dynamic Panel](https://surveyjs.io/form-library/documentation/api-reference/dynamic-panel-model) or be standalone survey element. + * An event that allows you to add, delete, or modify actions in the footer of a [Panel](https://surveyjs.io/form-library/documentation/panelmodel). This panel may belong to a [Dynamic Panel](https://surveyjs.io/form-library/documentation/api-reference/dynamic-panel-model) or be a standalone survey element. * @see [IAction](https://surveyjs.io/form-library/documentation/api-reference/iaction) */ public onGetPanelFooterActions: EventBase = this.addEvent();