mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Apidoc services completed
This commit is contained in:
parent
1ddebd977c
commit
e2747c5ae8
13 changed files with 394 additions and 246 deletions
|
@ -41,8 +41,9 @@ export interface ConfirmationOptions {
|
|||
blockScroll?: boolean | undefined;
|
||||
/**
|
||||
* Callback to execute when action is confirmed.
|
||||
* @todo Next release should be able to change
|
||||
*/
|
||||
accept?(): void;
|
||||
accept?: () => void;
|
||||
/**
|
||||
* Callback to execute when action is rejected.
|
||||
*/
|
||||
|
@ -50,7 +51,7 @@ export interface ConfirmationOptions {
|
|||
/**
|
||||
* Callback to execute when dialog is hidden.
|
||||
*/
|
||||
onHide?(): void;
|
||||
onHide?: () => void;
|
||||
/**
|
||||
* Label of the accept button. Defaults to PrimeVue Locale configuration.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue