JME - Application Documentation
Preparing search index...
components/TutorialOverlay
TutorialOverlayProps
Interface TutorialOverlayProps
interface
TutorialOverlayProps
{
currentStep
:
TutorialStep
|
null
;
highlightRect
:
DOMRect
|
null
;
onNext
:
()
=>
void
;
onSkip
:
()
=>
void
;
stepIndex
:
number
;
totalSteps
:
number
;
}
Index
Properties
current
Step
highlight
Rect
on
Next
on
Skip
step
Index
total
Steps
Properties
current
Step
currentStep
:
TutorialStep
|
null
highlight
Rect
highlightRect
:
DOMRect
|
null
on
Next
onNext
:
()
=>
void
on
Skip
onSkip
:
()
=>
void
step
Index
stepIndex
:
number
total
Steps
totalSteps
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Step
highlight
Rect
on
Next
on
Skip
step
Index
total
Steps
JME - Application Documentation
Loading...