mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
parent
70980de77a
commit
428dbe0469
107 changed files with 753 additions and 753 deletions
10
components/lib/slider/Slider.d.ts
vendored
10
components/lib/slider/Slider.d.ts
vendored
|
@ -45,23 +45,23 @@ export interface SliderPassThroughMethodOptions {
|
|||
*/
|
||||
export interface SliderPassThroughOptions {
|
||||
/**
|
||||
* Used to pass attributes to the roots DOM element.
|
||||
* Used to pass attributes to the root's DOM element.
|
||||
*/
|
||||
root?: SliderPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the ranges DOM element.
|
||||
* Used to pass attributes to the range's DOM element.
|
||||
*/
|
||||
range?: SliderPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the handles DOM element.
|
||||
* Used to pass attributes to the handle's DOM element.
|
||||
*/
|
||||
handle?: SliderPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the start handlers DOM element.
|
||||
* Used to pass attributes to the start handler's DOM element.
|
||||
*/
|
||||
startHandler?: SliderPassThroughOptionType;
|
||||
/**
|
||||
* Used to pass attributes to the end handlers DOM element.
|
||||
* Used to pass attributes to the end handler's DOM element.
|
||||
*/
|
||||
endHandler?: SliderPassThroughOptionType;
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue