Backstage
Docs
Github
Preparing search index...
@backstage/plugin-notifications-backend-module-email
NotificationTemplateRenderer
Interface NotificationTemplateRenderer
interface
NotificationTemplateRenderer
{
getHtml
?
(
notification
:
Notification
)
:
Promise
<
string
>
;
getSubject
?
(
notification
:
Notification
)
:
Promise
<
string
>
;
getText
?
(
notification
:
Notification
)
:
Promise
<
string
>
;
}
Index
Methods
get
Html?
get
Subject?
get
Text?
Methods
Optional
get
Html
getHtml
?
(
notification
:
Notification
)
:
Promise
<
string
>
Parameters
notification
:
Notification
Returns
Promise
<
string
>
Optional
get
Subject
getSubject
?
(
notification
:
Notification
)
:
Promise
<
string
>
Parameters
notification
:
Notification
Returns
Promise
<
string
>
Optional
get
Text
getText
?
(
notification
:
Notification
)
:
Promise
<
string
>
Parameters
notification
:
Notification
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
Html
get
Subject
get
Text
Docs
Github
Backstage
Loading...