mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Fixed #4951 - Add attrs
param to all pt
functions
This commit is contained in:
parent
0e97a92a15
commit
7581419a2d
80 changed files with 319 additions and 1 deletions
4
components/lib/tooltip/Tooltip.d.ts
vendored
4
components/lib/tooltip/Tooltip.d.ts
vendored
|
@ -19,6 +19,10 @@ export declare type TooltipDirectivePassThroughOptionType = TooltipDirectivePass
|
|||
*/
|
||||
export interface TooltipPassThroughMethodOptions {
|
||||
context: TooltipContext;
|
||||
/**
|
||||
* Defines valid attributes.
|
||||
*/
|
||||
attrs: any;
|
||||
/**
|
||||
* Defines parent options.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue