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

Method options

src/material/list/selection-list.ts:360–362  ·  view source on GitHub ↗

The option components contained within this selection-list.

()

Source from the content-addressed store, hash-verified

358 // cannot be named `options` as it will be picked up by the interactive list base.
359 /** The option components contained within this selection-list. */
360 get options(): QueryList<MatListOption> {
361 return this._items;
362 }
363
364 /** Handles keydown events within the list. */
365 _handleKeydown(event: KeyboardEvent) {

Callers 2

constructorMethod · 0.45
_generateOptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected