Interface: ICellInterceptor<M, C>
Defined in: packages/api/tmp/univer-pro/submodules/univer/packages/core/src/common/interceptor.ts:39
Extends
IInterceptor
<M
,C
>
Type Parameters
Type Parameter |
---|
M |
C |
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
effect? | InterceptorEffectEnum | The effect of the interceptor handler. If the effect is ‘Style’, the worksheet@getCellValueOnly will bypass this interceptor. If the effect is ‘Value’, the worksheet@getStyleOnly will bypass this interceptor. | - | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/common/interceptor.ts:45 |
handler | InterceptorHandler <M , C > | - | IInterceptor .handler | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/common/interceptor.ts:36 |
id? | string | - | IInterceptor .id | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/common/interceptor.ts:34 |
priority? | number | - | IInterceptor .priority | packages/api/tmp/univer-pro/submodules/univer/packages/core/src/common/interceptor.ts:35 |