mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
tooltip.d.ts updated
This commit is contained in:
parent
2067a2b5a1
commit
9cbbb79f9c
1 changed files with 10 additions and 0 deletions
10
components/lib/tooltip/Tooltip.d.ts
vendored
10
components/lib/tooltip/Tooltip.d.ts
vendored
|
@ -40,6 +40,16 @@ export interface TooltipOptions {
|
||||||
* @defaultValue true
|
* @defaultValue true
|
||||||
*/
|
*/
|
||||||
fitContent?: boolean | undefined;
|
fitContent?: boolean | undefined;
|
||||||
|
/**
|
||||||
|
* When present, it adds a custom delay to the tooltip's display.
|
||||||
|
* @defaultValue 0
|
||||||
|
*/
|
||||||
|
showDelay?: number | undefined;
|
||||||
|
/**
|
||||||
|
* When present, it adds a custom delay to the tooltip's hiding.
|
||||||
|
* @defaultValue 0
|
||||||
|
*/
|
||||||
|
hideDelay?: number | undefined;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue