.d.ts command updates
parent
643059eb24
commit
fa99912ee1
|
@ -40,7 +40,7 @@ export interface ConfirmDialogPassThroughOptions {
|
|||
*/
|
||||
headerTitle?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the close button's DOM element.
|
||||
* Uses to pass attributes to the Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
closeButton?: ButtonPassThroughOptions;
|
||||
|
@ -61,12 +61,12 @@ export interface ConfirmDialogPassThroughOptions {
|
|||
*/
|
||||
message?: ConfirmDialogPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the reject button's DOM element.
|
||||
* Uses to pass attributes to the Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
rejectButton?: ButtonPassThroughOptions;
|
||||
/**
|
||||
* Uses to pass attributes to the accept button's DOM element.
|
||||
* Uses to pass attributes to the Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
acceptButton?: ButtonPassThroughOptions;
|
||||
|
|
|
@ -48,12 +48,12 @@ export interface ConfirmPopupPassThroughOptions {
|
|||
*/
|
||||
footer?: ConfirmPopupPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the reject button's DOM element.
|
||||
* Uses to pass attributes to the Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
rejectButton?: ButtonPassThroughOptions;
|
||||
/**
|
||||
* Uses to pass attributes to the accept button's DOM element.
|
||||
* Uses to pass attributes to the Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
acceptButton?: ButtonPassThroughOptions;
|
||||
|
|
|
@ -51,7 +51,7 @@ export interface DialogPassThroughOptions {
|
|||
*/
|
||||
maximizableIcon?: DialogPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the close button's DOM element.
|
||||
* Uses to pass attributes to the Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
closeButton?: ButtonPassThroughOptions;
|
||||
|
|
|
@ -40,7 +40,7 @@ export interface InplacePassThroughOptions {
|
|||
*/
|
||||
content?: InplacePassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the close button's DOM element.
|
||||
* Uses to pass attributes to the Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
closeButton?: ButtonPassThroughOptions;
|
||||
|
|
|
@ -33,7 +33,7 @@ export interface SpeedDialPassThroughOptions {
|
|||
*/
|
||||
root?: SpeedDialPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the button's DOM element.
|
||||
* Uses to pass attributes to the Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
button?: ButtonPassThroughOptions;
|
||||
|
|
|
@ -41,12 +41,12 @@ export interface SplitButtonPassThroughOptions {
|
|||
*/
|
||||
icon?: SplitButtonPassThroughOptionType;
|
||||
/**
|
||||
* Uses to pass attributes to the menu button's DOM element.
|
||||
* Uses to pass attributes to the Button component.
|
||||
* @see {@link ButtonPassThroughOptions}
|
||||
*/
|
||||
menuButton?: ButtonPassThroughOptions;
|
||||
/**
|
||||
* Uses to pass attributes to the menu's DOM element.
|
||||
* Uses to pass attributes to the TieredMenu component.
|
||||
* @see {@link TieredMenuPassThroughOptions}
|
||||
*/
|
||||
menu?: TieredMenuPassThroughOptions;
|
||||
|
|
Loading…
Reference in New Issue