Function: createHttpMonitorUiConfig()
function createHttpMonitorUiConfig(
type: string,
overrides?: HttpMonitorUiOverrides
): MonitorUIConfig;
Defined in: electron/services/monitoring/utils/httpMonitorUiConfig.ts:24
Creates the standard UI config for HTTP-like monitor types.
Parameters
type
string