MCPcopy Create free account
hub / github.com/angular/components / _emitSelectionChangeEvent

Method _emitSelectionChangeEvent

src/material/core/option/option.ts:288–290  ·  view source on GitHub ↗

Emits the selection change event.

(isUserInput = false)

Source from the content-addressed store, hash-verified

286
287 /** Emits the selection change event. */
288 private _emitSelectionChangeEvent(isUserInput = false): void {
289 this.onSelectionChange.emit(new MatOptionSelectionChange<T>(this, isUserInput));
290 }
291}
292
293/**

Callers 3

selectMethod · 0.95
deselectMethod · 0.95
_selectViaInteractionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected