ErrLookup › usablica/intro.js

usablica/intro.js

Lightweight, user-friendly onboarding tour library · TypeScript · 88 source files

Analyzed at e5517e6a24 on 2026-08-31. 13 documented errors.

Code / MessageTypeSeverityTags
Provided callback for onhintsadded was not a function.
exception error callbacks, type-validation, api-misuse
Provided callback for onhintclick was not a function.
exception error callbacks, type-validation, api-misuse
Provided callback for onhintclose was not a function.
exception error callbacks, type-validation, api-misuse
Provided callback for onBeforeChange was not a function
exception error callbacks, type-validation, api-misuse
Provided callback for onChange was not a function.
exception error callbacks, type-validation, api-misuse
Provided callback for onAfterChange was not a function
exception error callbacks, type-validation, api-misuse
Provided callback for oncomplete was not a function.
exception error callbacks, type-validation, api-misuse
Provided callback for onstart was not a function.
exception error callbacks, type-validation, api-misuse
Provided callback for onexit was not a function.
exception error callbacks, type-validation, api-misuse
Provided callback for onskip was not a function.
exception error callbacks, type-validation, api-misuse
Provided callback for onbeforeexit was not a function.
exception error type-error, callback, validation
Element with selector ${selector} not found
exception error dom, selector, not-found
introJs() is deprecated. Please use introJs.tour() or introJ
console warning deprecation, api-change, migration