src/components/kendoUI/toolstrip/interactionService/toolstrip-interaction.service.ts
Properties |
|
Methods |
Accessors |
toolStripOnSelect | ||||||||
toolStripOnSelect(event: any)
|
||||||||
Notifies an event to the container component
Parameters :
Returns :
void
|
Private eventEmitted |
Type : Subject<any>
|
Default value : new Subject<any>()
|
Event emitted of toolstrip interaction service Subject statement |
toolstripEventNotification |
gettoolstripEventNotification()
|
Gets event emitted notification
Returns :
Observable<any>
|