Create a service for the specific worker
Close a Custom Webcomponent Dialog
The id of the dialog to close
Open a Confirmation Dialog with a single dismiss button.
Dialog title
Dialog message
Dialog icon. It can be 'info', 'warning', 'error', or other icon strings.
OptionalconfirmText: stringOptional. Text for confirm button. Default to 'Confirm'.
OptionalconfirmIcon: stringOptional. Icon for confirm button. Default to no icon.
OptionalcancelText: stringOptional. Text for cancel button. Default to 'Go Back'.
Open a Confirmation Dialog with a single dismiss button.
Dialog title
Dialog message
Dialog icon. It can be 'info', 'warning', 'error', or other icon strings.
OptionalconfirmText: stringOptional. Text for confirm button. Default to 'OK'.
OptionalconfirmIcon: stringOptional. icon for confirm button. Default to no icon.
Open a Custom Webcomponent Dialog
The tagname of the webcomponent to render in the dialog
The initial data to be passed to the dialog component upon opening
Optionaloptions: GenericDialogOptionsOpen a Custom Webcomponent Dialog without waiting for user to close
The tagname of the webcomponent to render in the dialog
The initial data to be passed to the dialog component upon opening
Optionaloptions: GenericDialogOptionsThe id of the dialog
returns a reply promise to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the specified message
The type of message being sent
Optionaldata: anyThe message data
returns a reply promise for the requested message
The type of message being sent
Optionaldata: anyThe message data
returns an observable that will emit any messages replied to the requested message
The type of message being sent
Optionaldata: anyThe message data
Service for open a dialog