Adding inline actions to OE (#23101)

This commit is contained in:
Aasim Khan
2023-05-13 09:24:49 -07:00
committed by GitHub
parent 31a88cc9eb
commit 2beba9ac08
18 changed files with 279 additions and 66 deletions

View File

@@ -36,6 +36,7 @@ export class TestConnectionManagementService implements IConnectionManagementSer
public onConnectionProfileGroupEdited: Event<any> = Event.None;
public onConnectionProfileGroupDeleted: Event<any> = Event.None;
public onConnectionProfileGroupMoved: Event<any> = Event.None;
public onRecentConnectionProfileDeleted: Event<any> = Event.None;
public get onConnect(): Event<any> {
return Event.None;