Function: getTitleSuffixFormatter()
getTitleSuffixFormatter(
monitorType:string):TitleSuffixFormatter|undefined
Defined in: src/utils/monitorTitleFormatters.ts:92
Get title suffix formatter for a monitor type.
Parametersโ
monitorTypeโ
string
Type of monitor to get formatter for.
Returnsโ
TitleSuffixFormatter | undefined
Formatter function when available; otherwise undefined.
Remarksโ
Used internally by formatTitleSuffix to retrieve the appropriate formatter function for a given monitor type.