* Remove the page at the given index from the wizard * @param index The index in the pages array to remove
(index: number)
| 3900 | * @param index The index in the pages array to remove |
| 3901 | */ |
| 3902 | removePage(index: number): Thenable<void>; |
| 3903 | |
| 3904 | /** |
| 3905 | * Go to the page at the given index in the pages array. |
nothing calls this directly
no outgoing calls
no test coverage detected