mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Add JsDoc for scrollspy#method
This commit is contained in:
5
types/bootstrap/index.d.ts
vendored
5
types/bootstrap/index.d.ts
vendored
@@ -185,7 +185,10 @@ export interface PopoverOption extends TooltipOption {
|
||||
|
||||
export interface ScrollspyOption {
|
||||
/**
|
||||
* TODO: https://github.com/twbs/bootstrap/issues/25799
|
||||
* Finds which section the spied element is in:
|
||||
* * `auto` will choose the best method get scroll coordinates.
|
||||
* * `offset` will use jQuery offset method to get scroll coordinates.
|
||||
* * `position` will use jQuery position method to get scroll coordinates.
|
||||
*
|
||||
* @default "auto"
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user