@nospamproxy/core
    Preparing search index...
    • Test helper for getting the view model of the custom element which implements the tabzard.

      Type Parameters

      • T = object

      Parameters

      • tabzard: Element

      Returns T

      dialogService.open({ viewModel: ExampleDialog });

      // The following would return an instance of ExampleDialog:
      getTabzardImplementingVM<ExampleDialog>(getLatestTabzard());