Skip to main content
Version: Next

NotificationRecipientResolver.resolveNotificationRecipients()

Home > @backstage/plugin-notifications-node > NotificationRecipientResolver > resolveNotificationRecipients

Signature:

resolveNotificationRecipients(options: {
entityRefs: string[];
excludedEntityRefs?: string[];
}): Promise<{
userEntityRefs: string[];
}>;

Parameters

Parameter

Type

Description

options

{ entityRefs: string[]; excludedEntityRefs?: string[]; }

**Returns:**

Promise<{ userEntityRefs: string[]; }>