mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
**PassThroughMethodOptions updated TS comments
This commit is contained in:
parent
3293ef980c
commit
041bd3214c
86 changed files with 852 additions and 0 deletions
12
components/lib/selectbutton/SelectButton.d.ts
vendored
12
components/lib/selectbutton/SelectButton.d.ts
vendored
|
@ -17,9 +17,21 @@ export declare type SelectButtonPassThroughOptionType = SelectButtonPassThroughA
|
|||
* Custom passthrough(pt) option method.
|
||||
*/
|
||||
export interface SelectButtonPassThroughMethodOptions {
|
||||
/**
|
||||
* Defines instance.
|
||||
*/
|
||||
instance: any;
|
||||
/**
|
||||
* Defines valid properties.
|
||||
*/
|
||||
props: SelectButtonProps;
|
||||
/**
|
||||
* Defines current inline state.
|
||||
*/
|
||||
state: SelectButtonState;
|
||||
/**
|
||||
* Defines current options.
|
||||
*/
|
||||
context: SelectButtonContext;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue