MCPcopy Create free account
hub / github.com/UI5/webcomponents / onSelectionChangeRequested

Method onSelectionChangeRequested

packages/fiori/src/Wizard.ts:432–435  ·  view source on GitHub ↗

* Handles user click on steps' tabs within the header. * **Note:** the handler is bound in the template. * @private

(e: CustomEvent)

Source from the content-addressed store, hash-verified

430 * @private
431 */
432 onSelectionChangeRequested(e: CustomEvent) {
433 this.selectionRequestedByClick = true;
434 this.changeSelectionByStepAction(e.target as WizardTab);
435 }
436
437 /**
438 * Handles user scrolling with debouncing.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected