mirror of
https://github.com/docmost/docmost.git
synced 2026-05-15 13:14:11 +08:00
feat(base): add BASE_ROWS_DELETED event type
This commit is contained in:
@@ -21,6 +21,7 @@ export type BaseRowUpdatedEvent = BaseEventBase & {
|
||||
updatedCells: Record<string, unknown>;
|
||||
};
|
||||
export type BaseRowDeletedEvent = BaseEventBase & { rowId: string };
|
||||
export type BaseRowsDeletedEvent = BaseEventBase & { rowIds: string[] };
|
||||
export type BaseRowRestoredEvent = BaseEventBase & { rowId: string };
|
||||
export type BaseRowReorderedEvent = BaseEventBase & {
|
||||
rowId: string;
|
||||
|
||||
Reference in New Issue
Block a user