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

Method isRowSelectorRequired

packages/main/src/TableSelection.ts:134–136  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 }
133
134 isRowSelectorRequired(): boolean {
135 return this.mode !== TableSelectionMode.None;
136 }
137
138 getAriaDescriptionForTable(): string | undefined {
139 return undefined;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected