mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 23:10:29 +00:00
Added target property to ScrollSpyOptions
The [docs](http://getbootstrap.com/javascript/#via-javascript-2) show this usage. ```js $('body').scrollspy({ target: '#navbar-example' }) ```
This commit is contained in:
Vendored
+1
@@ -22,6 +22,7 @@ interface ModalOptionsBackdropString {
|
||||
|
||||
interface ScrollSpyOptions {
|
||||
offset?: number;
|
||||
target?: string;
|
||||
}
|
||||
|
||||
interface TooltipOptions {
|
||||
|
||||
Reference in New Issue
Block a user