Properties
public autoStart: boolean
true or false - false tour starts when restart called
public cookieDomain: any
Will this cookie be attached to a domain, ie. '.notableapp.com'
public cookieMonster: boolean
true/false for whether cookies are used
public cookieName: string
choose your own cookie name
member {string}
public cookiePath: any
Set to '/' if you want the cookie for the whole website
public expose: boolean
Whether to expose the elements at each step in the tour (requires modal:true)
public localStorage: boolean
true or false to control whether localstorage is used
public localStorageKey: string
Keyname in localstorage
public modal: boolean
Whether to cover page with modal during the tour
public nextButton: boolean
true/false for next button visibility
public nubPosition: any
override on a per tooltip bases
public pauseAfter: Array<any>
array of indexes where to pause the tour after
public postExposeCallback: (index: number, nextTip: JQuery, el?: JQuery) => void
A method to call after an element has been exposed
public postRideCallback: (index: number, currentTip: JQuery, isAborted?: boolean) => void
a method to call once the tour closes
public postStepCallback: (index: number, currentTip: JQuery, isAborted?: boolean) => void
A method to call after each step
public preRideCallback: (index: number, currentTip: JQuery, el?: JQuery) => void
A method to call before the tour starts (passed index, tip, and cloned exposed element)
public preStepCallback: (index: number, nextTip: JQuery, el?: JQuery) => void
A method to call before each step
public scroll: boolean
whether to scroll to tips
public scrollSpeed: number
Page scrolling speed in ms
public startOffset: number
the index of the tooltip you want to start on (index of the li)
public startTimerOnClick: boolean
true/false to start timer on first click
HTML segments for tip layout
public timer: number
0 = off, all other numbers = time(ms)
public tipAnimation: string
'pop' or 'fade' in each tip
public tipAnimationFadeSpeed: number
if 'fade'- speed in ms of transition
public tipContainer: HTMLElement
Where the tip be attached if not inline
public tipLocation: string
'top' or 'bottom' in relation to parent
public version: string
Version