projects/i-components/src/lib/services/radRibbonDropDownProvider.service.ts
Service provider to notify ribbon Dropdown when something inside happens
Properties |
|
Methods |
Accessors |
emitItemClickEventAction | ||||||
emitItemClickEventAction(data: any)
|
||||||
Emits item click action
Parameters :
Returns :
void
|
Private itemClicked |
Type : Subject<any>
|
Default value : new Subject<any>()
|
itemClickEvent |
getitemClickEvent()
|
Subscribe to this to trigger the click event when item has clicked
Returns :
Observable<any>
|