API Reference
@univerjs
@univerjs/sheets
variables
Interceptor Point

@univerjs/sheets v0.1.17Docs


Variable: INTERCEPTOR_POINT

const INTERCEPTOR_POINT: {
  CELL_CONTENT: IInterceptor<ICellDataForSheetInterceptor, ISheetLocation>;
  ROW_FILTERED: IInterceptor<boolean, ISheetRowLocation>;
};

Type declaration

NameTypeDefined in
CELL_CONTENTIInterceptor<ICellDataForSheetInterceptor, ISheetLocation>packages/sheets/src/services/sheet-interceptor/interceptor-const.ts:26 (opens in a new tab)
ROW_FILTEREDIInterceptor<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)


Copyright © 2021-2024 DreamNum Co,Ltd. All Rights Reserved.