Normalization & format API Reference

formatWithLabels

Function: formatWithLabels()

ts
function formatWithLabels(hotkey, options): string;

Defined in: format.ts:137

Parameters

hotkey

RegisterableHotkey

options

Omit<FormatDisplayOptions, "useSymbols"> = {}

Returns

string

Deprecated

Use formatForDisplay instead with useSymbols: false option.