Agenda - v6.0.0
GitHub
npm
v4.x Docs
Preparing search index...
NotificationChannelConfig
Interface NotificationChannelConfig
Configuration options for notification channels
interface
NotificationChannelConfig
{
channelName
?:
string
;
reconnect
?:
{
enabled
:
boolean
;
initialDelayMs
?:
number
;
maxAttempts
?:
number
;
maxDelayMs
?:
number
;
}
;
}
Index
Properties
channel
Name?
reconnect?
Properties
Optional
channel
Name
channelName
?:
string
Optional
reconnect
reconnect
?:
{
enabled
:
boolean
;
initialDelayMs
?:
number
;
maxAttempts
?:
number
;
maxDelayMs
?:
number
;
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
channel
Name
reconnect
GitHub
npm
v4.x Docs
Agenda - v6.0.0
Loading...
Configuration options for notification channels