src/services/gridCustomEditorInteractionService/gridCustomEditorInteractionService.ts
Service to notify to controls inside grid cells some events and interactions
Properties |
|
Methods |
Accessors |
notifyCustomCellClosed | ||||||
notifyCustomCellClosed(event: EventData)
|
||||||
Method to notify when a custom cell is closed
Parameters :
Returns :
void
|
Protected customCellClosed |
Type : Subject<EventData>
|
Default value : new Subject<EventData>()
|
The custom cell closed subject |
customCellClosedNotification |
getcustomCellClosedNotification()
|
The custom cell closed notification
Returns :
Observable<EventData>
|