Skip to main content

Function: createUrlTitleSuffixResolver()

function createUrlTitleSuffixResolver(args: {
field?: MonitorUrlField;
monitorType: string;
}): (monitor: Monitor) => string;

Defined in: electron/services/monitoring/utils/monitorTitleSuffixResolvers.ts:112

Creates a title suffix resolver for monitor types that display one URL field.

Parameters

args

field?

MonitorUrlField

monitorType

string

Returns

(monitor: Monitor) => string