@univerjs/sheets-ui v0.5.0-beta.1 • Docs
Function: transformComponentKey()
function transformComponentKey(component, componentManager): {
disposableCollection: DisposableCollection;
key: string;
}
Parameters
Parameter | Type |
---|---|
component | IFComponentKey |
componentManager | ComponentManager |
Returns
{
disposableCollection: DisposableCollection;
key: string;
}
Name | Type | Defined in |
---|---|---|
disposableCollection | DisposableCollection | submodules/univer/packages/sheets-ui/src/facade/f-range.ts:165 |
key | string | submodules/univer/packages/sheets-ui/src/facade/f-range.ts:165 |
Defined in
submodules/univer/packages/sheets-ui/src/facade/f-range.ts:165