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