Add JsDoc for scrollspy#method

This commit is contained in:
denis
2018-12-15 11:07:32 +01:00
parent 2efc1b573f
commit 683903c101

View File

@@ -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"
*/