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[]; } |
Promise<{ userEntityRefs: string[]; }>