1
Fork 0

Add documentation for the new parameter.

This commit is contained in:
Bauke 2023-06-18 13:54:18 +02:00
parent 05ded820ee
commit 96e83d7f08
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ async function main(): Promise<void> {
* @param tourId A unique ID for this tour.
* @param steps All the steps of the tour.
* @param eventHandlers Event handlers to attach to specific steps.
* @param runMainAgainAfterComplete Should the `main` function be run after this
* tour is completed?
*/
function startTour(
tourId: TourId,