Fixed #4848 - Dialog: PT options rename

This commit is contained in:
tugcekucukoglu 2023-11-20 13:07:00 +03:00
parent 07a57129eb
commit 3047b8a9fd
4 changed files with 10 additions and 10 deletions

View file

@ -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.
*/