Test helper for getting the view model of the custom element which implements the generic dialog.
dialogService.open({ viewModel: ExampleDialog });// The following would return an instance of ExampleDialog:getGenericDialogImplementingVM<ExampleDialog>(getLatestGenericDialog()); Copy
dialogService.open({ viewModel: ExampleDialog });// The following would return an instance of ExampleDialog:getGenericDialogImplementingVM<ExampleDialog>(getLatestGenericDialog());
Test helper for getting the view model of the custom element which implements the generic dialog.