Class: MultiNotificationParameters
Parameters for multi notification service
Extends
Constructors
new MultiNotificationParameters(params)
new MultiNotificationParameters(
params
):MultiNotificationParameters
Parameters
• params: any
Returns
Overrides
Source
packages/core/src/services/notificationservice.ts:48
Properties
multiple?
multiple?:
boolean
Define if it sends one or several notification per user
Default
false
Source
packages/core/src/services/notificationservice.ts:43
openapi?
openapi?:
OpenAPIWebdaDefinition
OpenAPI override
Schema Ignore
Inherited from
Source
packages/core/src/services/service.ts:260
senders
senders:
string
[]
Notification service that will send
The order of the array is important if multiple is false
When multiple is false
the first available NotificationService will
be used, otherwise every available NotificationService will be used
Source
packages/core/src/services/notificationservice.ts:38
type
type:
string
Type of the service
Inherited from
Source
packages/core/src/services/service.ts:251
url?
url?:
string
URL on which to serve the content