Added showOn function to IShepherdTourStepOptions

Also bumped documented version to 1.2.0
This commit is contained in:
Matt Gibbs
2015-09-24 10:36:22 -04:00
parent 5b29d35341
commit e5122de079
+2 -1
View File
@@ -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;