mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #4848 - Dialog: PT options rename
This commit is contained in:
parent
07a57129eb
commit
3047b8a9fd
4 changed files with 10 additions and 10 deletions
4
components/lib/dialog/Dialog.d.ts
vendored
4
components/lib/dialog/Dialog.d.ts
vendored
|
@ -54,11 +54,11 @@ export interface DialogPassThroughOptions {
|
|||
/**
|
||||
* Used to pass attributes to the header title's DOM element.
|
||||
*/
|
||||
headerTitle?: DialogPassThroughOptionType;
|
||||
title?: DialogPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the header icons' DOM element.
|
||||
*/
|
||||
headerIcons?: DialogPassThroughOptionType;
|
||||
icons?: DialogPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the maximizable button's DOM element.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue