intro.js
Preparing search index...
packages/hint/option
HintOptions
Interface HintOptions
interface
HintOptions
{
autoPosition
:
boolean
;
buttonClass
:
string
;
helperElementPadding
:
number
;
hintAnimation
:
boolean
;
hintAutoRefreshInterval
:
number
;
hintButtonLabel
:
string
;
hintPosition
:
HintPosition
;
hints
:
Partial
<
HintItem
>
[]
;
hintShowButton
:
boolean
;
isActive
:
boolean
;
positionPrecedence
:
TooltipPosition
[]
;
tooltipClass
:
string
;
tooltipPosition
:
string
;
tooltipRenderAsHtml
?:
boolean
;
}
Index
Properties
auto
Position
button
Class
helper
Element
Padding
hint
Animation
hint
Auto
Refresh
Interval
hint
Button
Label
hint
Position
hints
hint
Show
Button
is
Active
position
Precedence
tooltip
Class
tooltip
Position
tooltip
Render
As
Html?
Properties
auto
Position
autoPosition
:
boolean
button
Class
buttonClass
:
string
helper
Element
Padding
helperElementPadding
:
number
hint
Animation
hintAnimation
:
boolean
hint
Auto
Refresh
Interval
hintAutoRefreshInterval
:
number
hint
Button
Label
hintButtonLabel
:
string
hint
Position
hintPosition
:
HintPosition
hints
hints
:
Partial
<
HintItem
>
[]
hint
Show
Button
hintShowButton
:
boolean
is
Active
isActive
:
boolean
position
Precedence
positionPrecedence
:
TooltipPosition
[]
tooltip
Class
tooltipClass
:
string
tooltip
Position
tooltipPosition
:
string
Optional
tooltip
Render
As
Html
tooltipRenderAsHtml
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Position
button
Class
helper
Element
Padding
hint
Animation
hint
Auto
Refresh
Interval
hint
Button
Label
hint
Position
hints
hint
Show
Button
is
Active
position
Precedence
tooltip
Class
tooltip
Position
tooltip
Render
As
Html
intro.js
Loading...