Class ServiceModel<TUiWorkflowsModel>Abstract

An abstract model representing a custom Mosaic service.

Type Parameters

  • TUiWorkflowsModel

Hierarchy

  • ServiceModel

Constructors

Properties

Constructors

  • Type Parameters

    • TUiWorkflowsModel

    Parameters

    • page: Page

      The playwright page object.

    • uiShell: UiShellModel

      A model representing the Mosaic UI shell including methods for navigation.

      Use this model to interact with:

      • The breadcrumbs bar (on any page)
      • The landing page
      • The settings hub page
    • uiWorkflows: TUiWorkflowsModel

      A model representing Mosaic UI workflows.

      Use this model to interact with workflows or modals of any custom service.

    Returns ServiceModel<TUiWorkflowsModel>

Properties

page: Page

The playwright page object.

uiShell: UiShellModel

A model representing the Mosaic UI shell including methods for navigation.

Use this model to interact with:

  • The breadcrumbs bar (on any page)
  • The landing page
  • The settings hub page
uiWorkflows: TUiWorkflowsModel

A model representing Mosaic UI workflows.

Use this model to interact with workflows or modals of any custom service.

Generated using TypeDoc