@univerjs/sheets v0.5.0-beta.1Docs


Variable: INTERCEPTOR_POINT

const INTERCEPTOR_POINT: {
  CELL_CONTENT: ICellInterceptor<ICellDataForSheetInterceptor, ISheetLocation & {
     rawData: Nullable<ICellData>;
    }>;
  ROW_FILTERED: IInterceptor<boolean, ISheetRowLocation>;
};

Type declaration

NameTypeDefined in
CELL_CONTENTICellInterceptor<ICellDataForSheetInterceptor, ISheetLocation & { rawData: Nullable<ICellData>; }>submodules/univer/packages/sheets/src/services/sheet-interceptor/interceptor-const.ts:26
ROW_FILTEREDIInterceptor<boolean, ISheetRowLocation>submodules/univer/packages/sheets/src/services/sheet-interceptor/interceptor-const.ts:27

Defined in

submodules/univer/packages/sheets/src/services/sheet-interceptor/interceptor-const.ts:25