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

Method _getGrowing

packages/main/src/Table.ts:505–507  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

503 }
504
505 _getGrowing(): TableGrowing | undefined {
506 return this._findFeature<TableGrowing>("TableGrowing");
507 }
508
509 _onEvent(e: Event) {
510 const composedPath = e.composedPath();

Callers 3

_onGrowMethod · 0.95
TableTemplateFunction · 0.80

Calls 1

_findFeatureMethod · 0.95

Tested by

no test coverage detected