@univerjs/sheets-ui v0.5.0-beta.1 • Docs
Class: AutoHeightController
Extends
Constructors
new AutoHeightController()
new AutoHeightController(
_renderManagerService,
_sheetInterceptorService,
_selectionManagerService,
_univerInstanceService): AutoHeightController
Parameters
Parameter | Type |
---|---|
_renderManagerService | RenderManagerService |
_sheetInterceptorService | SheetInterceptorService |
_selectionManagerService | SheetsSelectionsService |
_univerInstanceService | IUniverInstanceService |
Returns
Overrides
Defined in
submodules/univer/packages/sheets-ui/src/controllers/auto-height.controller.ts:41
Properties
Property | Modifier | Type | Default value | Inherited from | Defined in |
---|---|---|---|---|---|
_disposed | protected | boolean | false | Disposable ._disposed | submodules/univer/packages/core/src/shared/lifecycle.ts:93 |
Methods
dispose()
dispose(): void
Returns
void
Inherited from
Defined in
submodules/univer/packages/core/src/shared/lifecycle.ts:106
disposeWithMe()
disposeWithMe(disposable): IDisposable
Parameters
Parameter | Type |
---|---|
disposable | DisposableLike |
Returns
Inherited from
Defined in
submodules/univer/packages/core/src/shared/lifecycle.ts:96
ensureNotDisposed()
protected ensureNotDisposed(): void
Returns
void
Inherited from
Defined in
submodules/univer/packages/core/src/shared/lifecycle.ts:100
getUndoRedoParamsOfAutoHeight()
getUndoRedoParamsOfAutoHeight(ranges): {
redos: {
id: SetWorksheetRowAutoHeightMutation.id;
params: redoParams;
}[];
undos: {
id: SetWorksheetRowAutoHeightMutation.id;
params: undoParams;
}[];
}
Parameters
Parameter | Type |
---|---|
ranges | IRange [] |
Returns
{
redos: {
id: SetWorksheetRowAutoHeightMutation.id;
params: redoParams;
}[];
undos: {
id: SetWorksheetRowAutoHeightMutation.id;
params: undoParams;
}[];
}
Name | Type | Defined in |
---|---|---|
redos | { id : SetWorksheetRowAutoHeightMutation.id ; params : redoParams ; }[] | submodules/univer/packages/sheets-ui/src/controllers/auto-height.controller.ts:82 |
undos | { id : SetWorksheetRowAutoHeightMutation.id ; params : undoParams ; }[] | submodules/univer/packages/sheets-ui/src/controllers/auto-height.controller.ts:76 |
Defined in
submodules/univer/packages/sheets-ui/src/controllers/auto-height.controller.ts:51