Preparing search index...
The search index is not available
@parachutehome/loggler
@parachutehome/loggler
SlackNotifier
Class SlackNotifier
Hierarchy
SlackNotifier
Index
Constructors
constructor
Properties
_secrets
Manager?
is
Local
options
slack
Client?
Accessors
secrets
Manager
Methods
get
Slack
Client
notify
notify
Async
Constructors
constructor
new
Slack
Notifier
(
options
:
SlackNotifierOptions
)
:
SlackNotifier
Parameters
options:
SlackNotifierOptions
Returns
SlackNotifier
Properties
Private
Optional
_secrets
Manager
_secrets
Manager
?:
SecretsManager
Private
Readonly
is
Local
is
Local
:
boolean
Private
options
options
:
SlackNotifierOptions
Private
Optional
slack
Client
slack
Client
?:
WebClient
Accessors
Private
secrets
Manager
get
secretsManager
(
)
:
SecretsManager
Returns
SecretsManager
Methods
Private
get
Slack
Client
get
Slack
Client
(
)
:
Promise
<
WebClient
>
Returns
Promise
<
WebClient
>
notify
notify
(
options
:
NotificationOptions
)
:
void
Parameters
options:
NotificationOptions
Returns
void
notify
Async
notify
Async
(
__namedParameters
:
NotificationOptions
)
:
Promise
<
(
WebAPICallResult
&
{
channel
?:
string
;
deprecated_argument
?:
string
;
error
?:
string
;
errors
?:
string
[]
;
message
?:
ChatPostMessageResponseMessage
;
needed
?:
string
;
ok
?:
boolean
;
provided
?:
string
;
response_metadata
?:
ResponseMetadata
;
ts
?:
string
;
}
)
[]
>
Parameters
__namedParameters:
NotificationOptions
Returns
Promise
<
(
WebAPICallResult
&
{
channel
?:
string
;
deprecated_argument
?:
string
;
error
?:
string
;
errors
?:
string
[]
;
message
?:
ChatPostMessageResponseMessage
;
needed
?:
string
;
ok
?:
boolean
;
provided
?:
string
;
response_metadata
?:
ResponseMetadata
;
ts
?:
string
;
}
)
[]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
@parachutehome/loggler
Slack
Notifier
constructor
_secrets
Manager?
is
Local
options
slack
Client?
secrets
Manager
get
Slack
Client
notify
notify
Async
Generated using
TypeDoc