Theia API Documentation v1.75.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/getting-started
browser/walkthrough-detail
WalkthroughDetailProps
Interface WalkthroughDetailProps
interface
WalkthroughDetailProps
{
logger
:
ILogger
;
markdownRenderer
:
MarkdownRenderer
;
onBack
:
()
=>
void
;
onLinkClick
?:
(
url
:
string
)
=>
void
;
onMarkAllStepsDone
?:
()
=>
void
;
onStepSelect
:
(
step
:
WalkthroughStep
)
=>
void
;
onToggleStepDone
?:
(
step
:
WalkthroughStep
)
=>
void
;
selectedStep
?:
WalkthroughStep
;
themeService
:
ThemeService
;
walkthrough
:
Walkthrough
;
}
Index
Properties
logger
markdown
Renderer
on
Back
on
Link
Click?
on
Mark
All
Steps
Done?
on
Step
Select
on
Toggle
Step
Done?
selected
Step?
theme
Service
walkthrough
Properties
logger
logger
:
ILogger
markdown
Renderer
markdownRenderer
:
MarkdownRenderer
on
Back
onBack
:
()
=>
void
Optional
on
Link
Click
onLinkClick
?:
(
url
:
string
)
=>
void
Optional
on
Mark
All
Steps
Done
onMarkAllStepsDone
?:
()
=>
void
on
Step
Select
onStepSelect
:
(
step
:
WalkthroughStep
)
=>
void
Optional
on
Toggle
Step
Done
onToggleStepDone
?:
(
step
:
WalkthroughStep
)
=>
void
Optional
selected
Step
selectedStep
?:
WalkthroughStep
theme
Service
themeService
:
ThemeService
walkthrough
walkthrough
:
Walkthrough
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
logger
markdown
Renderer
on
Back
on
Link
Click
on
Mark
All
Steps
Done
on
Step
Select
on
Toggle
Step
Done
selected
Step
theme
Service
walkthrough
Eclipse Theia Website
GitHub
Theia API Documentation v1.75.0
Loading...