Backstage
Docs
Github
Preparing search index...
@backstage/plugin-notifications-node
NotificationsProcessingExtensionPoint
Interface NotificationsProcessingExtensionPoint
interface
NotificationsProcessingExtensionPoint
{
addProcessor
(
...
processors
:
(
NotificationProcessor
|
NotificationProcessor
[]
)
[]
,
)
:
void
;
setNotificationRecipientResolver
(
resolver
:
NotificationRecipientResolver
,
)
:
void
;
}
Index
Methods
add
Processor
set
Notification
Recipient
Resolver
Methods
add
Processor
addProcessor
(
...
processors
:
(
NotificationProcessor
|
NotificationProcessor
[]
)
[]
,
)
:
void
Parameters
...
processors
: (
NotificationProcessor
|
NotificationProcessor
[]
)
[]
Returns
void
set
Notification
Recipient
Resolver
setNotificationRecipientResolver
(
resolver
:
NotificationRecipientResolver
)
:
void
Parameters
resolver
:
NotificationRecipientResolver
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
add
Processor
set
Notification
Recipient
Resolver
Docs
Github
Backstage
Loading...