MCPcopy Create free account
hub / github.com/microsoft/SandDance / removePage

Method removePage

extensions/azdata-sanddance/src/azdata.proposed.d.ts:3902–3902  ·  view source on GitHub ↗

* Remove the page at the given index from the wizard * @param index The index in the pages array to remove

(index: number)

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected