mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Added showOn function to IShepherdTourStepOptions
Also bumped documented version to 1.2.0
This commit is contained in:
Vendored
+2
-1
@@ -1,4 +1,4 @@
|
||||
// Type definitions for Tether-Shepherd v1.1.2
|
||||
// Type definitions for Tether-Shepherd v1.2.0
|
||||
// Project: http://github.hubspot.com/shepherd/
|
||||
// Definitions by: Matt Gibbs <https://github.com/mtgibbs>
|
||||
// Definitions: https://github.com/borisyankov/DefinitelyTyped
|
||||
@@ -149,6 +149,7 @@ declare module TetherShepherd {
|
||||
showCancelLink?: boolean;
|
||||
scrollTo?: boolean;
|
||||
when?: any;
|
||||
showOn?: () => boolean;
|
||||
|
||||
// TODO: Tie this in with the tether.d.ts
|
||||
tetherOptions?: any;
|
||||
|
||||
Reference in New Issue
Block a user