mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-13 21:40:21 +00:00
Add JsDoc for scrollspy#method
This commit is contained in:
Vendored
+4
-1
@@ -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