Skip to content

Commit

Permalink
Merge pull request #2423 from JPMeehan/2275-Tour-Update
Browse files Browse the repository at this point in the history
2275 - Tour
  • Loading branch information
kmoschcau authored Nov 9, 2023
2 parents 4c52e74 + b4dba08 commit 184f59f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/foundry/client/core/tour.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,17 @@ declare global {
*/
static get tourInProgress(): boolean;

/**
* Returns the active tour, if any.
*/
static get activeTour(): Tour | null;

/**
* Handle a movement action to either progress or regress the Tour.
* @param movementDirections - The Directions being moved in
*/
static onMovementAction(movementDirections: string[]): boolean;

/**
* The HTMLElement which is the focus of the current tour step.
*/
Expand Down

0 comments on commit 184f59f

Please sign in to comment.