@univerjs/engine-formula v0.4.2 • Docs
Class: SuperTableService
Extends
Implements
Constructors
new SuperTableService()
new SuperTableService(): SuperTableService
Returns
Inherited from
Properties
Property | Modifier | Type | Default value | Inherited from | Defined in |
---|---|---|---|---|---|
_disposed | protected | boolean | false | Disposable ._disposed | packages/core/src/shared/lifecycle.ts:93 (opens in a new tab) |
Methods
dispose()
dispose(): void
Returns
void
Overrides
Defined in
packages/engine-formula/src/services/super-table.service.ts:46 (opens in a new tab)
disposeWithMe()
disposeWithMe(disposable): IDisposable
Parameters
Parameter | Type |
---|---|
disposable | DisposableLike |
Returns
Inherited from
Defined in
packages/core/src/shared/lifecycle.ts:96 (opens in a new tab)
ensureNotDisposed()
protected ensureNotDisposed(): void
Returns
void
Inherited from
Defined in
packages/core/src/shared/lifecycle.ts:100 (opens in a new tab)
getTableMap()
getTableMap(unitId): undefined | Map<string, ISuperTable>
Parameters
Parameter | Type |
---|---|
unitId | string |
Returns
undefined
| Map
<string
, ISuperTable
>
Implementation of
ISuperTableService
.getTableMap
Defined in
packages/engine-formula/src/services/super-table.service.ts:56 (opens in a new tab)
getTableOptionMap()
getTableOptionMap(): Map<string, TableOptionType>
Returns
Map
<string
, TableOptionType
>
Implementation of
ISuperTableService
.getTableOptionMap
Defined in
packages/engine-formula/src/services/super-table.service.ts:60 (opens in a new tab)
registerTable()
registerTable(
unitId,
tableName,
reference): void
Parameters
Parameter | Type |
---|---|
unitId | string |
tableName | string |
reference | ISuperTable |
Returns
void
Implementation of
ISuperTableService
.registerTable
Defined in
packages/engine-formula/src/services/super-table.service.ts:64 (opens in a new tab)
registerTableOptionMap()
registerTableOptionMap(tableOption, tableOptionType): void
Parameters
Parameter | Type |
---|---|
tableOption | string |
tableOptionType | TableOptionType |
Returns
void
Implementation of
ISuperTableService
.registerTableOptionMap
Defined in
packages/engine-formula/src/services/super-table.service.ts:71 (opens in a new tab)
remove()
remove(unitId, tableName): void
Parameters
Parameter | Type |
---|---|
unitId | string |
tableName | string |
Returns
void
Implementation of
Defined in
packages/engine-formula/src/services/super-table.service.ts:52 (opens in a new tab)