Skip to content

Commit 3fc14b5

Browse files
committed
chore(*): define endEditAll in the right place in GridServiceType interface
1 parent 59ddf40 commit 3fc14b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/common/grid.interface.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,9 +246,9 @@ export interface GridServiceType {
246246
getParentRowId?(child: GridType): any;
247247
getChildGrids?(inDepth?: boolean): GridType[];
248248
getChildGrid?(path: IPathSegment[]): GridType;
249+
endEditAll?(): void;
249250
// XXX: Fix type
250251
unsetChildRowIsland?(rowIsland: any): void;
251-
endEditAll?(): void;
252252
}
253253

254254

0 commit comments

Comments
 (0)