intro.js
Preparing search index...
packages/tour/steps
TourStep
Type Alias TourStep
type
TourStep
=
{
disableInteraction
?:
boolean
;
element
?:
Element
|
HTMLElement
|
string
|
null
;
highlightClass
?:
string
;
intro
:
string
;
position
:
TooltipPosition
;
scrollTo
:
ScrollTo
;
step
:
number
;
title
:
string
;
tooltipClass
?:
string
;
}
Index
Properties
disable
Interaction?
element?
highlight
Class?
intro
position
scroll
To
step
title
tooltip
Class?
Properties
Optional
disable
Interaction
disableInteraction
?:
boolean
Optional
element
element
?:
Element
|
HTMLElement
|
string
|
null
Optional
highlight
Class
highlightClass
?:
string
intro
intro
:
string
position
position
:
TooltipPosition
scroll
To
scrollTo
:
ScrollTo
step
step
:
number
title
title
:
string
Optional
tooltip
Class
tooltipClass
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
disable
Interaction
element
highlight
Class
intro
position
scroll
To
step
title
tooltip
Class
intro.js
Loading...