foundation-comms.networkmonitorconfig
Home > @genesislcap/foundation-comms > NetworkMonitorConfig
NetworkMonitorConfig interface
NetworkMonitorConfig DI interface.
Signature:
export interface NetworkMonitorConfig
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
number |
(Optional) Periodic check internal in ms | ||
|
number |
(Optional) Check timeout in ms | ||
|
(keyof DocumentEventMap)[] |
(Optional) Document events that invoke checks | ||
|
HTMLElement |
(Optional) The element to emit events from | ||
|
(Optional) Genesis connect events that invoke checks | |||
|
string[] |
(Optional) Ignored Genesis resources that will NOT invoke checks | ||
|
LogLevel |
(Optional) Default log level | ||
|
(Optional) Default resource checks function | |||
|
(Optional) Default resource data logon function | |||
|
number |
(Optional) Start delay in ms | ||
|
(keyof WindowEventHandlersEventMap)[] |
(Optional) Window events that invoke checks |