MCPcopy
hub / github.com/angular/components / isMultiSelectable

Method isMultiSelectable

src/aria/grid/testing/grid-harness.ts:145–148  ·  view source on GitHub ↗

Whether the grid is multi-selectable.

()

Source from the content-addressed store, hash-verified

143
144 /** Whether the grid is multi-selectable. */
145 async isMultiSelectable(): Promise<boolean> {
146 const host = await this.host();
147 return (await host.getAttribute('aria-multiselectable')) === 'true';
148 }
149
150 /** Gets all rows in the grid. */
151 async getRows(filters: GridRowHarnessFilters = {}): Promise<GridRowHarness[]> {

Callers 1

Calls 1

getAttributeMethod · 0.65

Tested by

no test coverage detected