@univerjs/sheets v0.4.2 • Docs
Variable: INTERCEPTOR_POINT
const INTERCEPTOR_POINT: {
CELL_CONTENT: ICellInterceptor<ICellDataForSheetInterceptor, ISheetLocation & {
rawData: Nullable<ICellData>;
}>;
ROW_FILTERED: IInterceptor<boolean, ISheetRowLocation>;
};
Type declaration
Name | Type | Defined in |
---|---|---|
CELL_CONTENT | ICellInterceptor <ICellDataForSheetInterceptor , ISheetLocation & { rawData : Nullable <ICellData >; }> | packages/sheets/src/services/sheet-interceptor/interceptor-const.ts:26 (opens in a new tab) |
ROW_FILTERED | IInterceptor <boolean , ISheetRowLocation > | packages/sheets/src/services/sheet-interceptor/interceptor-const.ts:27 (opens in a new tab) |
Defined in
packages/sheets/src/services/sheet-interceptor/interceptor-const.ts:25 (opens in a new tab)