Skip to main content

@webda/coreReadme | API


Class: MultiNotificationParameters

Parameters for multi notification service

Extends

Constructors

new MultiNotificationParameters(params)

new MultiNotificationParameters(params): MultiNotificationParameters

Parameters

params: any

Returns

MultiNotificationParameters

Overrides

ServiceParameters.constructor

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

ServiceParameters.openapi

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

ServiceParameters.type

Source

packages/core/src/services/service.ts:251


url?

url?: string

URL on which to serve the content

Inherited from

ServiceParameters.url

Source

packages/core/src/services/service.ts:255