Skip to content

Commit

Permalink
fix: add missing type for dynamicPage
Browse files Browse the repository at this point in the history
  • Loading branch information
GraemeF authored and yoannmoinet committed Jul 5, 2020
1 parent 402bbad commit cc97650
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,14 @@ export interface JoystickManagerOptions {
* Locks joystick’s movement to the y (vertical) axis
*/
lockY?: boolean;

/**
* Defaults to `false`
*
* Enable if the page has dynamically visible elements such as for Vue, React, Angular or simply some CSS hiding or
* showing some DOM.
*/
dynamicPage?: boolean;
}

export interface Position {
Expand Down

0 comments on commit cc97650

Please sign in to comment.