ShepherdBase
Defined in: docs-src/node_modules/shepherd.js/src/tour.ts:92
Extends
Section titled “Extends”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ShepherdBase():
ShepherdBase
Defined in: docs-src/node_modules/shepherd.js/src/tour.ts:97
Returns
Section titled “Returns”ShepherdBase
Overrides
Section titled “Overrides”Properties
Section titled “Properties”activeTour?
Section titled “activeTour?”
optionalactiveTour:Tour|null
Defined in: docs-src/node_modules/shepherd.js/src/tour.ts:93
bindings
Section titled “bindings”bindings:
Bindings
Defined in: docs-src/node_modules/shepherd.js/src/evented.ts:11
Inherited from
Section titled “Inherited from”Step: typeof
Step
Defined in: docs-src/node_modules/shepherd.js/src/tour.ts:94
Tour: typeof
Tour
Defined in: docs-src/node_modules/shepherd.js/src/tour.ts:95
Methods
Section titled “Methods”off(
event,handler?):ShepherdBase
Defined in: docs-src/node_modules/shepherd.js/src/evented.ts:53
Removes an event listener for the given event string.
Parameters
Section titled “Parameters”string
handler?
Section titled “handler?”Returns
Section titled “Returns”ShepherdBase
Inherited from
Section titled “Inherited from”on(
event,handler,ctx?,once?):ShepherdBase
Defined in: docs-src/node_modules/shepherd.js/src/evented.ts:22
Adds an event listener for the given event string.
Parameters
Section titled “Parameters”string
handler
Section titled “handler”unknown
boolean = false
Returns
Section titled “Returns”ShepherdBase
Inherited from
Section titled “Inherited from”once()
Section titled “once()”once(
event,handler,ctx?):ShepherdBase
Defined in: docs-src/node_modules/shepherd.js/src/evented.ts:42
Adds an event listener that only fires once for the given event string.
Parameters
Section titled “Parameters”string
handler
Section titled “handler”unknown
Returns
Section titled “Returns”ShepherdBase
Inherited from
Section titled “Inherited from”trigger()
Section titled “trigger()”trigger(
event, …args):ShepherdBase
Defined in: docs-src/node_modules/shepherd.js/src/evented.ts:78
Triggers an event listener for the given event string.
Parameters
Section titled “Parameters”string
…any[]
Returns
Section titled “Returns”ShepherdBase