Class: AutoHeightController
Defined in: submodules/univer/packages/sheets-ui/src/controllers/auto-height.controller.ts:44
Extends
Constructors
new AutoHeightController()
new AutoHeightController(
_renderManagerService,
_sheetInterceptorService,
_selectionManagerService,
_univerInstanceService): AutoHeightController
Defined in: submodules/univer/packages/sheets-ui/src/controllers/auto-height.controller.ts:45
Parameters
Parameter | Type |
---|---|
_renderManagerService | RenderManagerService |
_sheetInterceptorService | SheetInterceptorService |
_selectionManagerService | SheetsSelectionsService |
_univerInstanceService | IUniverInstanceService |
Returns
Overrides
Properties
Property | Modifier | Type | Default value | Inherited from | Defined in |
---|---|---|---|---|---|
_disposed | protected | boolean | false | Disposable ._disposed | submodules/univer/packages/core/src/shared/lifecycle.ts:96 |
Methods
dispose()
dispose(): void
Defined in: submodules/univer/packages/core/src/shared/lifecycle.ts:109
Returns
void
Inherited from
disposeWithMe()
disposeWithMe(disposable): IDisposable
Defined in: submodules/univer/packages/core/src/shared/lifecycle.ts:99
Parameters
Parameter | Type |
---|---|
disposable | DisposableLike |
Returns
Inherited from
ensureNotDisposed()
protected ensureNotDisposed(): void
Defined in: submodules/univer/packages/core/src/shared/lifecycle.ts:103
Returns
void
Inherited from
getUndoRedoParamsOfAutoHeight()
getUndoRedoParamsOfAutoHeight(ranges): {
redos: {
id: string;
params: ISetWorksheetRowAutoHeightMutationParams;
}[];
undos: {
id: string;
params: ISetWorksheetRowAutoHeightMutationParams;
}[];
}
Defined in: submodules/univer/packages/sheets-ui/src/controllers/auto-height.controller.ts:55
Parameters
Parameter | Type |
---|---|
ranges | IRange [] |
Returns
{
redos: {
id: string;
params: ISetWorksheetRowAutoHeightMutationParams;
}[];
undos: {
id: string;
params: ISetWorksheetRowAutoHeightMutationParams;
}[];
}
Name | Type | Defined in |
---|---|---|
redos | { id : string ; params : ISetWorksheetRowAutoHeightMutationParams ; }[] | submodules/univer/packages/sheets-ui/src/controllers/auto-height.controller.ts:86 |
undos | { id : string ; params : ISetWorksheetRowAutoHeightMutationParams ; }[] | submodules/univer/packages/sheets-ui/src/controllers/auto-height.controller.ts:80 |