Skip to content

Commit

Permalink
Add a minor edit to the onGetPanelFooterActions description
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Nov 11, 2024
1 parent 570efdd commit 4c2e140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/survey-core/src/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -839,7 +839,7 @@ export class SurveyModel extends SurveyElementCore
public onGetPageTitleActions: EventBase<SurveyModel, GetPageTitleActionsEvent> = this.addEvent<SurveyModel, GetPageTitleActionsEvent>();

/**
* 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<SurveyModel, GetPanelFooterActionsEvent> = this.addEvent<SurveyModel, GetPanelFooterActionsEvent>();
Expand Down

0 comments on commit 4c2e140

Please sign in to comment.