Skip to content

Commit

Permalink
onGetPanelFooterActions description: Clarify the usage with standal…
Browse files Browse the repository at this point in the history
…one panels
  • Loading branch information
RomanTsukanov committed Nov 11, 2024
1 parent ee335ec commit 570efdd
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).
* 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.
* @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 570efdd

Please sign in to comment.